Class: Profile::Thrift::RemoteUserProfileService::ModifyNicknameByUid_args

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

Constant Summary collapse

UID =
1
NICKNAME =
2
STATICTICPARAMETER =
3
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  NICKNAME => {:type => ::Thrift::Types::STRING, :name => 'nickname'},
  STATICTICPARAMETER => {:type => ::Thrift::Types::STRUCT, :name => 'staticticParameter', :class => ::Profile::Thrift::StatisticParameters}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1075
# File 'lib/remote_user_profile_service.rb', line 1075

def struct_fields; FIELDS; end

#validateObject



1077
1078
# File 'lib/remote_user_profile_service.rb', line 1077

def validate
end