Class: AutoSuggestionShowcaseResponse
- Inherits:
-
Object
- Object
- AutoSuggestionShowcaseResponse
- 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
- TOTALSIZE =
2
- FIELDS =
{ PRODUCTLIST => {:type => ::Thrift::Types::LIST, :name => 'productList', :element => {:type => ::Thrift::Types::STRUCT, :class => ::ProductSummaryForAutoSuggest}}, TOTALSIZE => {:type => ::Thrift::Types::I64, :name => 'totalSize'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
11931 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11931 def struct_fields; FIELDS; end |
#validate ⇒ Object
11933 11934 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11933 def validate end |