struct Models::ItemAttribute

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 attr : UInt16 #

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

[View source]
def is_init : UInt8 #

[View source]
def is_init=(is_init : UInt8) #

[View source]