Class: ProductSummaryList

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

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end