class Tourmaline::EncryptedPassportElement

Included Modules

Defined in:

tourmaline/models/encrypted_passport_element.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tourmaline::Model

client : Tourmaline::Client client, client=(client : Tourmaline::Client) client=, client? : Tourmaline::Client | Nil client?, finish_init(client : Tourmaline::Client) finish_init

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def data : String | Nil #

[View source]
def email : String | Nil #

[View source]
def files : Array(PassportFile) #

[View source]
def front_side : Array(PassportFile) #

[View source]
def hash : String #
Description copied from class Object

Generates an UInt64 hash value for this object.

This method must have the property that a == b implies a.hash == b.hash.

The hash value is used along with == by the Hash class to determine if two objects reference the same hash key.

Subclasses must not override this method. Instead, they must define hash(hasher), though usually the macro def_hash can be used to generate this method.


[View source]
def phone_number : String | Nil #

[View source]
def reverse_side : Array(PassportFile) #

[View source]
def selfie : PassportFile | Nil #

[View source]
def translation : Array(PassportFile) #

[View source]

[View source]