Class: Service::Profile::Thrift::RemoteBackendProfileService::ChangeUserVCategoryId_args

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

Constant Summary collapse

UID =
1
CATEGORYID =
2
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  CATEGORYID => {:type => ::Thrift::Types::I32, :name => 'categoryId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



386
# File 'lib/remote_backend_profile_service.rb', line 386

def struct_fields; FIELDS; end

#validateObject



388
389
# File 'lib/remote_backend_profile_service.rb', line 388

def validate
end