struct Client::ImageMapping

Included Modules

Defined in:

pb-Client/CATS_ExtStatus.pb.cr

Constant Summary

FIELDS = {1 => {name: :mapping, pb_type: Mapping, crystal_type: Mapping, cast_type: Mapping, native: false, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :image, pb_type: Image, crystal_type: Image, cast_type: Image, native: false, optional: false, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(mapping : Mapping, image : Image) #

def self.new(buf : Protobuf::Buffer) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def image : Image #

def image=(image : Image) #

def mapping : Mapping #

def mapping=(mapping : Mapping) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #