Class: Service::Album::Api::IAlbumFacadeHandler::QueryAlbumTrackIds_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
PAGE =
2
PAGESIZE =
3
ASC =
4
FIELDS =
{
  ALBUMID => {:type => ::Thrift::Types::I64, :name => 'albumId'},
  PAGE => {:type => ::Thrift::Types::I32, :name => 'page'},
  PAGESIZE => {:type => ::Thrift::Types::I32, :name => 'pageSize'},
  ASC => {:type => ::Thrift::Types::BOOL, :name => 'asc'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1939
1940
# File 'lib/service_album_api/i_album_facade_handler.rb', line 1939

def validate
end