Class: WiMP::Gen::ClientApiService::Search_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

TERM =
1
LIMITARTISTS =
2
LIMITALBUMS =
3
LIMITTRACKS =
4
SESSIONID =
5
LIMITPLAYLISTS =
6
FIELDS =
{
  TERM => {:type => ::Thrift::Types::STRING, :name => 'term'},
  LIMITARTISTS => {:type => ::Thrift::Types::I32, :name => 'limitArtists'},
  LIMITALBUMS => {:type => ::Thrift::Types::I32, :name => 'limitAlbums'},
  LIMITTRACKS => {:type => ::Thrift::Types::I32, :name => 'limitTracks'},
  SESSIONID => {:type => ::Thrift::Types::STRING, :name => 'sessionId'},
  LIMITPLAYLISTS => {:type => ::Thrift::Types::I32, :name => 'limitPlaylists'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1144
1145
# File 'lib/gen/client_api_service.rb', line 1144

def validate
end