Class: GlobalSign::CsrDecoder::Response
- Defined in:
- lib/global_sign/csr_decoder/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
13 14 15 16 17 18 |
# File 'lib/global_sign/csr_decoder/response.rb', line 13 def params @params ||= { csr_data: detail(@xml.xpath(XPath::CSRData)), certificate_preview: detail(@xml.xpath(XPath::CertificatePreview)) } end |
#response_header ⇒ Object
9 10 11 |
# File 'lib/global_sign/csr_decoder/response.rb', line 9 def response_header :QueryResponseHeader end |