Class: Dnsimple::Struct::Price
- Defined in:
- lib/dnsimple/struct/price.rb
Instance Attribute Summary collapse
-
#minimum_registration ⇒ Object
Returns the value of attribute minimum_registration.
-
#registration_enabled ⇒ Object
Returns the value of attribute registration_enabled.
-
#registration_price ⇒ Object
Returns the value of attribute registration_price.
-
#renewal_enabled ⇒ Object
Returns the value of attribute renewal_enabled.
-
#renewal_price ⇒ Object
Returns the value of attribute renewal_price.
-
#tld ⇒ Object
Returns the value of attribute tld.
-
#transfer_enabled ⇒ Object
Returns the value of attribute transfer_enabled.
-
#transfer_price ⇒ Object
Returns the value of attribute transfer_price.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#minimum_registration ⇒ Object
Returns the value of attribute minimum_registration.
6 7 8 |
# File 'lib/dnsimple/struct/price.rb', line 6 def minimum_registration @minimum_registration end |
#registration_enabled ⇒ Object
Returns the value of attribute registration_enabled.
8 9 10 |
# File 'lib/dnsimple/struct/price.rb', line 8 def registration_enabled @registration_enabled end |
#registration_price ⇒ Object
Returns the value of attribute registration_price.
7 8 9 |
# File 'lib/dnsimple/struct/price.rb', line 7 def registration_price @registration_price end |
#renewal_enabled ⇒ Object
Returns the value of attribute renewal_enabled.
12 13 14 |
# File 'lib/dnsimple/struct/price.rb', line 12 def renewal_enabled @renewal_enabled end |
#renewal_price ⇒ Object
Returns the value of attribute renewal_price.
11 12 13 |
# File 'lib/dnsimple/struct/price.rb', line 11 def renewal_price @renewal_price end |
#tld ⇒ Object
Returns the value of attribute tld.
5 6 7 |
# File 'lib/dnsimple/struct/price.rb', line 5 def tld @tld end |
#transfer_enabled ⇒ Object
Returns the value of attribute transfer_enabled.
10 11 12 |
# File 'lib/dnsimple/struct/price.rb', line 10 def transfer_enabled @transfer_enabled end |
#transfer_price ⇒ Object
Returns the value of attribute transfer_price.
9 10 11 |
# File 'lib/dnsimple/struct/price.rb', line 9 def transfer_price @transfer_price end |