Class: Dnsimple::Struct::TransferOrder
- Defined in:
- lib/dnsimple/struct/transfer_order.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#status ⇒ Object
Returns the value of attribute status.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/dnsimple/struct/transfer_order.rb', line 5 def id @id end |
#status ⇒ Object
Returns the value of attribute status.
6 7 8 |
# File 'lib/dnsimple/struct/transfer_order.rb', line 6 def status @status end |