Class: Passport::Thrift::RemoteUserProfileService::SetPassword_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
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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



463
464
# File 'lib/remote_user_profile_service.rb', line 463

def validate
end