Class: WiMP::Gen::ClientApiService::GetProfileTrackPlayListsInclidingArtistId_args

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

Constant Summary collapse

ARTISTID =
1
STARTINDEX =
2
LIMIT =
3
SESSONID =
4
FIELDS =
{
  ARTISTID => {:type => ::Thrift::Types::I32, :name => 'artistId'},
  STARTINDEX => {:type => ::Thrift::Types::I32, :name => 'startIndex'},
  LIMIT => {:type => ::Thrift::Types::I32, :name => 'limit'},
  SESSONID => {:type => ::Thrift::Types::STRING, :name => 'sessonId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2522
2523
# File 'lib/gen/client_api_service.rb', line 2522

def validate
end