Class: MoretabRecommend
- Inherits:
-
Object
- Object
- MoretabRecommend
- 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
- ACCOUNTS =
1
- NEXTUPDATETIME =
2
- CACHETTLMILLIS =
3
- FIELDS =
{ ACCOUNTS => {:type => ::Thrift::Types::LIST, :name => 'accounts', :element => {:type => ::Thrift::Types::STRUCT, :class => ::MoretabRecommendAccount}}, NEXTUPDATETIME => {:type => ::Thrift::Types::I64, :name => 'nextUpdateTime'}, CACHETTLMILLIS => {:type => ::Thrift::Types::I64, :name => 'cacheTtlMillis'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
15929 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15929 def struct_fields; FIELDS; end |
#validate ⇒ Object
15931 15932 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15931 def validate end |