Class: Sfeed::ISfeedHandler::GetAlbumTracks_args
- Inherits:
-
Object
- Object
- Sfeed::ISfeedHandler::GetAlbumTracks_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/i_sfeed_handler.rb
Constant Summary collapse
- UID =
1
- ALBUMID =
2
- PAGE =
3
- SIZE =
4
- ISASC =
5
- ORDER =
6
- FIELDS =
{ UID => {:type => ::Thrift::Types::I64, :name => 'uid'}, ALBUMID => {:type => ::Thrift::Types::I64, :name => 'albumId'}, PAGE => {:type => ::Thrift::Types::I32, :name => 'page'}, SIZE => {:type => ::Thrift::Types::I32, :name => 'size'}, ISASC => {:type => ::Thrift::Types::BOOL, :name => 'isAsc'}, ORDER => {:type => ::Thrift::Types::BOOL, :name => 'order'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
839 |
# File 'lib/i_sfeed_handler.rb', line 839 def struct_fields; FIELDS; end |
#validate ⇒ Object
841 842 |
# File 'lib/i_sfeed_handler.rb', line 841 def validate end |