Class: OpenSRS::DomainCheck
- Inherits:
-
Struct
- Object
- Struct
- OpenSRS::DomainCheck
- Defined in:
- lib/opensrs/domain.rb
Instance Attribute Summary collapse
-
#available ⇒ Object
Returns the value of attribute available.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#period ⇒ Object
Returns the value of attribute period.
-
#price ⇒ Object
Returns the value of attribute price.
Instance Attribute Details
#available ⇒ Object
Returns the value of attribute available
5 6 7 |
# File 'lib/opensrs/domain.rb', line 5 def available @available end |
#domain ⇒ Object
Returns the value of attribute domain
5 6 7 |
# File 'lib/opensrs/domain.rb', line 5 def domain @domain end |
#period ⇒ Object
Returns the value of attribute period
5 6 7 |
# File 'lib/opensrs/domain.rb', line 5 def period @period end |
#price ⇒ Object
Returns the value of attribute price
5 6 7 |
# File 'lib/opensrs/domain.rb', line 5 def price @price end |