Class: WiMP::Gen::ClientApiService::GetAlbumsByIds_args

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

Constant Summary collapse

ALBUMIDS =
1
SESSIONID =
2
FIELDS =
{
  ALBUMIDS => {:type => ::Thrift::Types::LIST, :name => 'albumIds', :element => {:type => ::Thrift::Types::I32}},
  SESSIONID => {:type => ::Thrift::Types::STRING, :name => 'sessionId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1612
1613
# File 'lib/gen/client_api_service.rb', line 1612

def validate
end