Class: Dnsimple::Struct::EmailForward
- Defined in:
- lib/dnsimple/struct/email_forward.rb
Instance Attribute Summary collapse
-
#active ⇒ Boolean
True if the email forward is active, false otherwise.
-
#alias_email ⇒ String
The receiving email recipient.
-
#created_at ⇒ String
When the email forward was created in DNSimple.
-
#destination_email ⇒ String
The email recipient the messages are delivered to.
-
#domain_id ⇒ Integer
The associated domain ID.
-
#id ⇒ Integer
The email forward ID in DNSimple.
-
#updated_at ⇒ String
When the email forward was last updated in DNSimple.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#active ⇒ Boolean
Returns True if the email forward is active, false otherwise.
20 21 22 |
# File 'lib/dnsimple/struct/email_forward.rb', line 20 def active @active end |
#alias_email ⇒ String
Returns The receiving email recipient.
14 15 16 |
# File 'lib/dnsimple/struct/email_forward.rb', line 14 def alias_email @alias_email end |
#created_at ⇒ String
Returns When the email forward was created in DNSimple.
23 24 25 |
# File 'lib/dnsimple/struct/email_forward.rb', line 23 def created_at @created_at end |
#destination_email ⇒ String
Returns The email recipient the messages are delivered to.
17 18 19 |
# File 'lib/dnsimple/struct/email_forward.rb', line 17 def destination_email @destination_email end |
#domain_id ⇒ Integer
Returns The associated domain ID.
11 12 13 |
# File 'lib/dnsimple/struct/email_forward.rb', line 11 def domain_id @domain_id end |
#id ⇒ Integer
Returns The email forward ID in DNSimple.
8 9 10 |
# File 'lib/dnsimple/struct/email_forward.rb', line 8 def id @id end |
#updated_at ⇒ String
Returns When the email forward was last updated in DNSimple.
26 27 28 |
# File 'lib/dnsimple/struct/email_forward.rb', line 26 def updated_at @updated_at end |