Class: RemoteTrackQueryService::MultiQueryBaseTrackInfos_args
- Inherits:
-
Object
- Object
- RemoteTrackQueryService::MultiQueryBaseTrackInfos_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_track_query_service.rb
Constant Summary collapse
- TRACKIDS =
1
- FIELDS =
{ TRACKIDS => {:type => ::Thrift::Types::LIST, :name => 'trackIds', :element => {:type => ::Thrift::Types::I64}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
151 |
# File 'lib/remote_track_query_service.rb', line 151 def struct_fields; FIELDS; end |
#validate ⇒ Object
153 154 |
# File 'lib/remote_track_query_service.rb', line 153 def validate end |