Class: WiMP::Gen::ClientApiService::GetArtistById_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
SESSIONID =
2
FIELDS =
{
  ARTISTID => {:type => ::Thrift::Types::I32, :name => 'artistId'},
  SESSIONID => {:type => ::Thrift::Types::STRING, :name => 'sessionId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1678
1679
# File 'lib/gen/client_api_service.rb', line 1678

def validate
end