Class: Sfeed::ISfeedHandler::GetBlockAlbums_args
- Inherits:
-
Object
- Object
- Sfeed::ISfeedHandler::GetBlockAlbums_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
725 |
# File 'lib/i_sfeed_handler.rb', line 725 def struct_fields; FIELDS; end |
#validate ⇒ Object
727 728 |
# File 'lib/i_sfeed_handler.rb', line 727 def validate end |