Class: Dnsimple::Struct::EmailForward
- Defined in:
- lib/dnsimple/struct/email_forward.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#domain_id ⇒ Object
Returns the value of attribute domain_id.
-
#from ⇒ Object
Returns the value of attribute from.
-
#id ⇒ Object
Returns the value of attribute id.
-
#to ⇒ Object
Returns the value of attribute to.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
9 10 11 |
# File 'lib/dnsimple/struct/email_forward.rb', line 9 def created_at @created_at end |
#domain_id ⇒ Object
Returns the value of attribute domain_id.
6 7 8 |
# File 'lib/dnsimple/struct/email_forward.rb', line 6 def domain_id @domain_id end |
#from ⇒ Object
Returns the value of attribute from.
7 8 9 |
# File 'lib/dnsimple/struct/email_forward.rb', line 7 def from @from end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/dnsimple/struct/email_forward.rb', line 5 def id @id end |
#to ⇒ Object
Returns the value of attribute to.
8 9 10 |
# File 'lib/dnsimple/struct/email_forward.rb', line 8 def to @to end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
10 11 12 |
# File 'lib/dnsimple/struct/email_forward.rb', line 10 def updated_at @updated_at end |