struct Models::InstAttribute

Included Modules

Defined in:

models.cr

Constructors

Instance Method Summary

Instance methods inherited from module Avocado::Unpack

opcode opcode, unpack(io, type, variable, order, is_array = false)
unpack(io, order = IO::ByteFormat::BigEndian)
unpack

Instance methods inherited from module Avocado

[](variable) [], []=(variable, value) []=, opcode opcode

Instance methods inherited from module Avocado::Pack

opcode opcode, pack(io, type, variable, order)
pack(io, order = IO::ByteFormat::BigEndian)
pack

Instance methods inherited from module Avocado

[](variable) [], []=(variable, value) []=, opcode opcode

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def id : UInt16 #

[View source]
def id=(id : UInt16) #

[View source]
def value : UInt16 #

[View source]
def value=(value : UInt16) #

[View source]