Class: ProductList
- Inherits:
-
Object
- Object
- ProductList
- 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
- TITLE =
11
- 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'}, TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
11595 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11595 def struct_fields; FIELDS; end |
#validate ⇒ Object
11597 11598 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11597 def validate end |