Class: Passport::Thrift::RemoteUserProfileService::SetPassword_args
- Inherits:
-
Object
- Object
- Passport::Thrift::RemoteUserProfileService::SetPassword_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_user_profile_service.rb
Constant Summary collapse
- UID =
1- NEWPWD =
2- CONFIRMPWD =
3- FIELDS =
{ UID => {:type => ::Thrift::Types::I64, :name => 'uid'}, NEWPWD => {:type => ::Thrift::Types::STRING, :name => 'newPwd'}, CONFIRMPWD => {:type => ::Thrift::Types::STRING, :name => 'confirmPwd'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
461 |
# File 'lib/remote_user_profile_service.rb', line 461 def struct_fields; FIELDS; end |
#validate ⇒ Object
463 464 |
# File 'lib/remote_user_profile_service.rb', line 463 def validate end |