Class: RemoteTrackFacadeService::MultiQueryDetailTrackInfos_result
- Inherits:
-
Object
- Object
- RemoteTrackFacadeService::MultiQueryDetailTrackInfos_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_track_facade_service.rb
Constant Summary collapse
- SUCCESS =
0
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::MAP, :name => 'success', :key => {:type => ::Thrift::Types::I64}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::DetailTrackInfo}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
575 |
# File 'lib/remote_track_facade_service.rb', line 575 def struct_fields; FIELDS; end |
#validate ⇒ Object
577 578 |
# File 'lib/remote_track_facade_service.rb', line 577 def validate end |