class Protobuf::Schema::Message

Defined in:

protobuf/schema/message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(schema : Protobuf::Schema, buf : Protobuf::Buffer) #

[View source]

Instance Method Detail

def [](key : String) #

[View source]
def []?(key : String) #

[View source]
def attrs : Hash(String, Types) #

[View source]
def schema : Schema #

[View source]
def to_protobuf(io : IO, embedded = false) #

[View source]
def to_protobuf #

[View source]