Class: Service::Profile::Thrift::RemoteUserTrackService::UpdateTrack_args

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

Constant Summary collapse

UID =
1
USERTRACKINFO =
2
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  USERTRACKINFO => {:type => ::Thrift::Types::STRUCT, :name => 'userTrackInfo', :class => ::Service::Profile::Thrift::UserTrackInfo}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



298
# File 'lib/remote_user_track_service.rb', line 298

def struct_fields; FIELDS; end

#validateObject



300
301
# File 'lib/remote_user_track_service.rb', line 300

def validate
end