Class: Passport::Thrift::RemotePassportService::QueryPassportByEmail_result

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

Constant Summary collapse

SUCCESS =
0
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Passport::Thrift::Passport}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



297
298
# File 'lib/remote_passport_service.rb', line 297

def validate
end