Class: Sfeed::ISfeedHandler::GetBlockAlbumsWithCount_args
- Inherits:
-
Object
- Object
- Sfeed::ISfeedHandler::GetBlockAlbumsWithCount_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/i_sfeed_handler.rb
Constant Summary collapse
- UID =
1
- CURSOR =
2
- SIZE =
3
- FIELDS =
{ UID => {:type => ::Thrift::Types::I64, :name => 'uid'}, CURSOR => {:type => ::Thrift::Types::I64, :name => 'cursor'}, SIZE => {:type => ::Thrift::Types::I32, :name => 'size'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
761 |
# File 'lib/i_sfeed_handler.rb', line 761 def struct_fields; FIELDS; end |
#validate ⇒ Object
763 764 |
# File 'lib/i_sfeed_handler.rb', line 763 def validate end |