Class: Passport::Thrift::RemotePassportService::QueryPassportByEmail_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

EMAIL =
1
FIELDS =
{
  EMAIL => {:type => ::Thrift::Types::STRING, :name => 'email'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



281
282
# File 'lib/remote_passport_service.rb', line 281

def validate
end