Class: Dnsimple::Struct::DomainRestore
- Defined in:
- lib/dnsimple/struct/domain_restore.rb
Instance Attribute Summary collapse
-
#created_at ⇒ String
When the domain restore was created in DNSimple.
-
#domain_id ⇒ Integer
The associated domain ID.
-
#id ⇒ Integer
The domain restore ID in DNSimple.
-
#state ⇒ String
The state of the restore.
-
#updated_at ⇒ String
When the domain restore 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
#created_at ⇒ String
Returns When the domain restore was created in DNSimple.
17 18 19 |
# File 'lib/dnsimple/struct/domain_restore.rb', line 17 def created_at @created_at end |
#domain_id ⇒ Integer
Returns The associated domain ID.
11 12 13 |
# File 'lib/dnsimple/struct/domain_restore.rb', line 11 def domain_id @domain_id end |
#id ⇒ Integer
Returns The domain restore ID in DNSimple.
8 9 10 |
# File 'lib/dnsimple/struct/domain_restore.rb', line 8 def id @id end |
#state ⇒ String
Returns The state of the restore.
14 15 16 |
# File 'lib/dnsimple/struct/domain_restore.rb', line 14 def state @state end |
#updated_at ⇒ String
Returns When the domain restore was last updated in DNSimple.
20 21 22 |
# File 'lib/dnsimple/struct/domain_restore.rb', line 20 def updated_at @updated_at end |