Class: WiMP::Gen::ClientApiService::GetTopTracksByArtistId_args
- Inherits:
-
Object
- Object
- WiMP::Gen::ClientApiService::GetTopTracksByArtistId_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/client_api_service.rb
Constant Summary collapse
- ARTISTID =
1
- LIMIT =
2
- ONLYASMAINARTIST =
3
- SESSONID =
4
- FIELDS =
{ ARTISTID => {:type => ::Thrift::Types::I32, :name => 'artistId'}, LIMIT => {:type => ::Thrift::Types::I32, :name => 'limit'}, ONLYASMAINARTIST => {:type => ::Thrift::Types::BOOL, :name => 'onlyAsMainArtist'}, SESSONID => {:type => ::Thrift::Types::STRING, :name => 'sessonId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2558 |
# File 'lib/gen/client_api_service.rb', line 2558 def struct_fields; FIELDS; end |
#validate ⇒ Object
2560 2561 |
# File 'lib/gen/client_api_service.rb', line 2560 def validate end |