Class: MoretabRecommend

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

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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end