Class: Digicert::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/digicert/response.rb

Instance Method Summary collapse

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

#parseObject



10
11
12
# File 'lib/digicert/response.rb', line 10

def parse
  parse_response || response
end