Method: Digicert::Configuration#response_klass
- Defined in:
- lib/digicert/configuration.rb
#response_klass ⇒ Object
12 13 14 |
# File 'lib/digicert/configuration.rb', line 12 def response_klass response_klasses[response_type.to_sym] || ResponseObject end |