Class: Dnsimple::Struct::DomainPush
- Defined in:
- lib/dnsimple/struct/domain_push.rb
Instance Attribute Summary collapse
-
#accepted_at ⇒ String
When the domain push was accepted in DNSimple.
-
#account_id ⇒ Fixnum
The associated account ID.
-
#contact_id ⇒ Fixnum
The associated contact ID.
-
#created_at ⇒ String
When the domain push was created in DNSimple.
-
#domain_id ⇒ Fixnum
The associated domain ID.
-
#id ⇒ Fixnum
The domain push ID in DNSimple.
-
#updated_at ⇒ String
When the domain push 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
#accepted_at ⇒ String
Returns When the domain push was accepted in DNSimple.
24 25 26 |
# File 'lib/dnsimple/struct/domain_push.rb', line 24 def accepted_at @accepted_at end |
#account_id ⇒ Fixnum
Returns The associated account ID.
15 16 17 |
# File 'lib/dnsimple/struct/domain_push.rb', line 15 def account_id @account_id end |
#contact_id ⇒ Fixnum
Returns The associated contact ID.
12 13 14 |
# File 'lib/dnsimple/struct/domain_push.rb', line 12 def contact_id @contact_id end |
#created_at ⇒ String
Returns When the domain push was created in DNSimple.
18 19 20 |
# File 'lib/dnsimple/struct/domain_push.rb', line 18 def created_at @created_at end |
#domain_id ⇒ Fixnum
Returns The associated domain ID.
9 10 11 |
# File 'lib/dnsimple/struct/domain_push.rb', line 9 def domain_id @domain_id end |
#id ⇒ Fixnum
Returns The domain push ID in DNSimple.
6 7 8 |
# File 'lib/dnsimple/struct/domain_push.rb', line 6 def id @id end |
#updated_at ⇒ String
Returns When the domain push was last updated in DNSimple.
21 22 23 |
# File 'lib/dnsimple/struct/domain_push.rb', line 21 def updated_at @updated_at end |