Class: WiMP::Gen::ClientApiService::GetTracksByAlbumId_args

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

Constant Summary collapse

ALBUMID =
1
SESSONID =
2
FIELDS =
{
  ALBUMID => {:type => ::Thrift::Types::I32, :name => 'albumId'},
  SESSONID => {:type => ::Thrift::Types::STRING, :name => 'sessonId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2626
# File 'lib/gen/client_api_service.rb', line 2626

def struct_fields; FIELDS; end

#validateObject



2628
2629
# File 'lib/gen/client_api_service.rb', line 2628

def validate
end