Class: Emailable::Verification
- Inherits:
-
APIResource
- Object
- APIResource
- Emailable::Verification
- Defined in:
- lib/emailable/resources/verification.rb
Instance Attribute Summary collapse
-
#accept_all ⇒ Object
Returns the value of attribute accept_all.
-
#did_you_mean ⇒ Object
Returns the value of attribute did_you_mean.
-
#disposable ⇒ Object
Returns the value of attribute disposable.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#free ⇒ Object
Returns the value of attribute free.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#mx_record ⇒ Object
Returns the value of attribute mx_record.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#role ⇒ Object
Returns the value of attribute role.
-
#score ⇒ Object
Returns the value of attribute score.
-
#smtp_provider ⇒ Object
Returns the value of attribute smtp_provider.
-
#state ⇒ Object
Returns the value of attribute state.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
Methods inherited from APIResource
Constructor Details
This class inherits a constructor from Emailable::APIResource
Instance Attribute Details
#accept_all ⇒ Object
Returns the value of attribute accept_all.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def accept_all @accept_all end |
#did_you_mean ⇒ Object
Returns the value of attribute did_you_mean.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def did_you_mean @did_you_mean end |
#disposable ⇒ Object
Returns the value of attribute disposable.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def disposable @disposable end |
#domain ⇒ Object
Returns the value of attribute domain.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def domain @domain end |
#duration ⇒ Object
Returns the value of attribute duration.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def duration @duration end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def first_name @first_name end |
#free ⇒ Object
Returns the value of attribute free.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def free @free end |
#full_name ⇒ Object
Returns the value of attribute full_name.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def full_name @full_name end |
#gender ⇒ Object
Returns the value of attribute gender.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def gender @gender end |
#last_name ⇒ Object
Returns the value of attribute last_name.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def last_name @last_name end |
#mx_record ⇒ Object
Returns the value of attribute mx_record.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def mx_record @mx_record end |
#reason ⇒ Object
Returns the value of attribute reason.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def reason @reason end |
#role ⇒ Object
Returns the value of attribute role.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def role @role end |
#score ⇒ Object
Returns the value of attribute score.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def score @score end |
#smtp_provider ⇒ Object
Returns the value of attribute smtp_provider.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def smtp_provider @smtp_provider end |
#state ⇒ Object
Returns the value of attribute state.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def state @state end |
#tag ⇒ Object
Returns the value of attribute tag.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def tag @tag end |
#user ⇒ Object
Returns the value of attribute user.
3 4 5 |
# File 'lib/emailable/resources/verification.rb', line 3 def user @user end |
Instance Method Details
#inspect ⇒ Object
14 15 16 17 |
# File 'lib/emailable/resources/verification.rb', line 14 def inspect "#<#{self.class}:0x#{(object_id << 1).to_s(16)}#{@email}> JSON: " + JSON.pretty_generate(to_h) end |