Class: WiMP::Gen::ClientApiService::AddUserPlaylist_args

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

Constant Summary collapse

TITLE =
1
SESSIONID =
2
FIELDS =
{
  TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'},
  SESSIONID => {:type => ::Thrift::Types::STRING, :name => 'sessionId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1381
1382
# File 'lib/gen/client_api_service.rb', line 1381

def validate
end