Class: Service::Profile::Thrift::RemoteProfileModifyService::UpdateNickName_args
- Inherits:
-
Object
- Object
- Service::Profile::Thrift::RemoteProfileModifyService::UpdateNickName_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_profile_modify_service.rb
Constant Summary collapse
- UID =
1- OLDNICKNAME =
2- NEWNICKNAME =
3- CLIENTINFO =
4- FIELDS =
{ UID => {:type => ::Thrift::Types::I64, :name => 'uid'}, OLDNICKNAME => {:type => ::Thrift::Types::STRING, :name => 'oldNickname'}, NEWNICKNAME => {:type => ::Thrift::Types::STRING, :name => 'newNickname'}, CLIENTINFO => {:type => ::Thrift::Types::STRUCT, :name => 'clientInfo', :class => ::Service::Profile::Thrift::ClientInfo} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
394 |
# File 'lib/remote_profile_modify_service.rb', line 394 def struct_fields; FIELDS; end |
#validate ⇒ Object
396 397 |
# File 'lib/remote_profile_modify_service.rb', line 396 def validate end |