Class: Dnsimple::Struct::DomainCheck
- Defined in:
- lib/dnsimple/struct/domain_check.rb
Instance Attribute Summary collapse
-
#available ⇒ Boolean
Whether the domain name is available.
-
#domain ⇒ String
The domain name that was checked.
-
#premium ⇒ Boolean
Whether the domain name is premium.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#available ⇒ Boolean
Returns Whether the domain name is available.
11 12 13 |
# File 'lib/dnsimple/struct/domain_check.rb', line 11 def available @available end |
#domain ⇒ String
Returns The domain name that was checked.
8 9 10 |
# File 'lib/dnsimple/struct/domain_check.rb', line 8 def domain @domain end |
#premium ⇒ Boolean
Returns Whether the domain name is premium.
14 15 16 |
# File 'lib/dnsimple/struct/domain_check.rb', line 14 def premium @premium end |