Class: WiMP::Gen::ClientApiService::GetTrackById_args

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

Constant Summary collapse

TRACKID =
1
SESSONID =
2
FIELDS =
{
  TRACKID => {:type => ::Thrift::Types::I32, :name => 'trackId'},
  SESSONID => {:type => ::Thrift::Types::STRING, :name => 'sessonId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2594
2595
# File 'lib/gen/client_api_service.rb', line 2594

def validate
end