Class: DetailedProductList

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 => ::ProductDetail}},
  OFFSET => {:type => ::Thrift::Types::I32, :name => 'offset'},
  TOTALSIZE => {:type => ::Thrift::Types::I32, :name => 'totalSize'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end