Class: Passport::Thrift::RemoteUserProfileService::CheckNickname_args
- Inherits:
-
Object
- Object
- Passport::Thrift::RemoteUserProfileService::CheckNickname_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_user_profile_service.rb
Constant Summary collapse
- OLDNICKNAME =
1- NICKNAME =
2- FIELDS =
{ OLDNICKNAME => {:type => ::Thrift::Types::STRING, :name => 'oldNickname'}, NICKNAME => {:type => ::Thrift::Types::STRING, :name => 'nickname'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
719 |
# File 'lib/remote_user_profile_service.rb', line 719 def struct_fields; FIELDS; end |
#validate ⇒ Object
721 722 |
# File 'lib/remote_user_profile_service.rb', line 721 def validate end |