Class: Passport::Thrift::RemotePassportService::ModifyPasswordDirectly_args

Inherits:
Object
  • Object
show all
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_fieldsObject



507
# File 'lib/remote_passport_service.rb', line 507

def struct_fields; FIELDS; end

#validateObject



509
510
# File 'lib/remote_passport_service.rb', line 509

def validate
end