Class: Passport::Thrift::RemotePassportService::ModifyPasswordDirectly_args
- Inherits:
-
Object
- Object
- Passport::Thrift::RemotePassportService::ModifyPasswordDirectly_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_passport_service.rb
Constant Summary collapse
- UID =
1- PASSWORD =
2- FIELDS =
{ UID => {:type => ::Thrift::Types::I64, :name => 'uid'}, PASSWORD => {:type => ::Thrift::Types::STRING, :name => 'password'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
507 |
# File 'lib/remote_passport_service.rb', line 507 def struct_fields; FIELDS; end |
#validate ⇒ Object
509 510 |
# File 'lib/remote_passport_service.rb', line 509 def validate end |