Class: MessageBoxList

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

MESSAGEBOXES =
1
HASNEXT =
2
FIELDS =
{
  MESSAGEBOXES => {:type => ::Thrift::Types::LIST, :name => 'messageBoxes', :element => {:type => ::Thrift::Types::STRUCT, :class => ::ExtendedMessageBox}},
  HASNEXT => {:type => ::Thrift::Types::BOOL, :name => 'hasNext'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



14597
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14597

def struct_fields; FIELDS; end

#validateObject



14599
14600
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14599

def validate
end