Class: GlobalSign::DnsVerification::Response
- Defined in:
- lib/global_sign/dns_verification/response.rb
Defined Under Namespace
Modules: XPath
Constant Summary
Constants inherited from Response
Response::SUCCESS_CODE, Response::WARNING_CODE
Instance Method Summary collapse
Methods inherited from Response
#error?, #error_code, #error_field, #error_message, #initialize, #success?, #warning?, #xpath_errors, #xpath_result
Constructor Details
This class inherits a constructor from GlobalSign::Response
Instance Method Details
#params ⇒ Object
14 15 16 17 18 19 20 |
# File 'lib/global_sign/dns_verification/response.rb', line 14 def params @params ||= { order_id: @xml.xpath(XPath::ORDER_ID).text, dns_txt: @xml.xpath(XPath::DNS_TXT).text, verification_fqdn_list: verification_fqdn_list, } end |
#response_header ⇒ Object
10 11 12 |
# File 'lib/global_sign/dns_verification/response.rb', line 10 def response_header :OrderResponseHeader end |