Class: Service::Album::Api::IAlbumFacadeHandler::UpdateRecordOrder_args
- Inherits:
-
Object
- Object
- Service::Album::Api::IAlbumFacadeHandler::UpdateRecordOrder_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/service_album_api/i_album_facade_handler.rb
Constant Summary collapse
- UID =
1- ALBUMID =
2- RECORDID =
3- POSITION =
4- FIELDS =
{ UID => {:type => ::Thrift::Types::I64, :name => 'uid'}, ALBUMID => {:type => ::Thrift::Types::I64, :name => 'albumId'}, RECORDID => {:type => ::Thrift::Types::I64, :name => 'recordId'}, POSITION => {:type => ::Thrift::Types::I32, :name => 'position'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2126 |
# File 'lib/service_album_api/i_album_facade_handler.rb', line 2126 def struct_fields; FIELDS; end |
#validate ⇒ Object
2128 2129 |
# File 'lib/service_album_api/i_album_facade_handler.rb', line 2128 def validate end |