Class: SynergyWholesale::CheckDomain::Response
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- SynergyWholesale::CheckDomain::Response
- Defined in:
- lib/synergy_wholesale/operations/check_domain.rb
Instance Attribute Summary
Attributes inherited from BaseResponse
Instance Method Summary collapse
Methods inherited from BaseResponse
#body, #initialize, #message, #successful?
Constructor Details
This class inherits a constructor from SynergyWholesale::BaseResponse
Instance Method Details
#is_available? ⇒ Boolean
16 17 18 |
# File 'lib/synergy_wholesale/operations/check_domain.rb', line 16 def is_available? response[:status] == 'AVAILABLE' end |