Class: Passport::Thrift::RemotePassportService::GetPassportByLoginName_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/remote_passport_service.rb

Constant Summary collapse

LOGINNAME =
1
FIELDS =
{
  LOGINNAME => {:type => ::Thrift::Types::STRING, :name => 'loginName'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



475
476
# File 'lib/remote_passport_service.rb', line 475

def validate
end