Class: Service::Album::Api::IAlbumFacadeHandler::QueryAlbumPlayList_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/service_album_api/i_album_facade_handler.rb

Constant Summary collapse

UID =
1
ALBUMID =
2
OFFSET =
3
COUNT =
4
ASC =
5
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  ALBUMID => {:type => ::Thrift::Types::I64, :name => 'albumId'},
  OFFSET => {:type => ::Thrift::Types::I32, :name => 'offset'},
  COUNT => {:type => ::Thrift::Types::I32, :name => 'count'},
  ASC => {:type => ::Thrift::Types::BOOL, :name => 'asc'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2057
# File 'lib/service_album_api/i_album_facade_handler.rb', line 2057

def struct_fields; FIELDS; end

#validateObject



2059
2060
# File 'lib/service_album_api/i_album_facade_handler.rb', line 2059

def validate
end