Class: Veriff::Parser
- Inherits:
-
HTTParty::Parser
- Object
- HTTParty::Parser
- Veriff::Parser
- Defined in:
- lib/veriff/parser.rb
Constant Summary collapse
- SUPPORTED_FORMATS =
{ 'application/json' => :json }.freeze
Class Method Summary collapse
Class Method Details
.formats ⇒ Object
7 8 9 |
# File 'lib/veriff/parser.rb', line 7 def self.formats SUPPORTED_FORMATS end |