Class: PurchaseRecordList

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

PURCHASERECORDS =
1
OFFSET =
2
TOTALSIZE =
3
FIELDS =
{
  PURCHASERECORDS => {:type => ::Thrift::Types::LIST, :name => 'purchaseRecords', :element => {:type => ::Thrift::Types::STRUCT, :class => ::PurchaseRecord}},
  OFFSET => {:type => ::Thrift::Types::I32, :name => 'offset'},
  TOTALSIZE => {:type => ::Thrift::Types::I32, :name => 'totalSize'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end