Class: WiMP::Gen::ClientApiService::AddTrackToFavorites_args

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

Constant Summary collapse

TRACKID =
1
SESSIONID =
2
FIELDS =
{
  TRACKID => {:type => ::Thrift::Types::I32, :name => 'trackId'},
  SESSIONID => {:type => ::Thrift::Types::STRING, :name => 'sessionId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1310
1311
# File 'lib/gen/client_api_service.rb', line 1310

def validate
end