Class: Digicert::Response
- Inherits:
-
Object
- Object
- Digicert::Response
- Defined in:
- lib/digicert/response.rb
Instance Method Summary collapse
-
#initialize(response) ⇒ Response
constructor
A new instance of Response.
- #parse ⇒ Object
Constructor Details
#initialize(response) ⇒ Response
Returns a new instance of Response.
6 7 8 |
# File 'lib/digicert/response.rb', line 6 def initialize(response) @response = response end |
Instance Method Details
#parse ⇒ Object
10 11 12 |
# File 'lib/digicert/response.rb', line 10 def parse parse_response || response end |