Class: Service::Album::Api::IAlbumFacadeHandler::QueryTrackRecordsByAlbumId_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

ALBUMID =
1
OFFSET =
2
COUNT =
3
ASC =
4
FIELDS =
{
  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



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

def struct_fields; FIELDS; end

#validateObject



2410
2411
# File 'lib/service_album_api/i_album_facade_handler.rb', line 2410

def validate
end