Class: Dnsimple::Struct::Price

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/price.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Dnsimple::Struct::Base

Instance Attribute Details

#minimum_registrationObject

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_enabledObject

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_priceObject

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_enabledObject

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_priceObject

Returns the value of attribute renewal_price.



11
12
13
# File 'lib/dnsimple/struct/price.rb', line 11

def renewal_price
  @renewal_price
end

#tldObject

Returns the value of attribute tld.



5
6
7
# File 'lib/dnsimple/struct/price.rb', line 5

def tld
  @tld
end

#transfer_enabledObject

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_priceObject

Returns the value of attribute transfer_price.



9
10
11
# File 'lib/dnsimple/struct/price.rb', line 9

def transfer_price
  @transfer_price
end