Class: Stat::Query::TRecommendService::IndirectFollow_args
- Inherits:
-
Object
- Object
- Stat::Query::TRecommendService::IndirectFollow_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/t_recommend_service.rb
Overview
HELPER FUNCTIONS AND STRUCTURES
Constant Summary collapse
- UID =
1
- COUNT =
2
- FIELDS =
{ UID => {:type => ::Thrift::Types::I64, :name => 'uid'}, COUNT => {:type => ::Thrift::Types::I32, :name => 'count'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
136 |
# File 'lib/t_recommend_service.rb', line 136 def struct_fields; FIELDS; end |
#validate ⇒ Object
138 139 |
# File 'lib/t_recommend_service.rb', line 138 def validate end |