Class: Service::Album::Api::IAlbumFacadeHandler::QuerySelfBasicAlbums_args
- Inherits:
-
Object
- Object
- Service::Album::Api::IAlbumFacadeHandler::QuerySelfBasicAlbums_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/service_album_api/i_album_facade_handler.rb
Constant Summary collapse
- UID =
1- PAGE =
2- SIZE =
3- ORDER =
4- FIELDS =
{ UID => {:type => ::Thrift::Types::I64, :name => 'uid'}, PAGE => {:type => ::Thrift::Types::I32, :name => 'page'}, SIZE => {:type => ::Thrift::Types::I32, :name => 'size'}, ORDER => {:type => ::Thrift::Types::STRING, :name => 'order'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1827 |
# File 'lib/service_album_api/i_album_facade_handler.rb', line 1827 def struct_fields; FIELDS; end |
#validate ⇒ Object
1829 1830 |
# File 'lib/service_album_api/i_album_facade_handler.rb', line 1829 def validate end |