struct GRPC::Reflection::Request

Defined in:

grpc/reflection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.decode(bytes : Bytes) : self #

[View source]
def self.new(host : String, kind : Symbol, value : String) #

[View source]

Instance Method Detail

def host : String #

[View source]
def kind : Symbol #

[View source]
def value : String #

[View source]