Class: VariablePaymentParser
- Inherits:
-
BaseParser
- Object
- BaseParser
- VariablePaymentParser
- Defined in:
- lib/bob/parsers/variable_payment_parser.rb
Instance Attribute Summary
Attributes inherited from BaseParser
Instance Method Summary collapse
Methods inherited from BaseParser
Constructor Details
This class inherits a constructor from BaseParser
Instance Method Details
#variable_payments ⇒ Object
4 5 6 |
# File 'lib/bob/parsers/variable_payment_parser.rb', line 4 def variable_payments json_response['values'].map { |attributes| Models::VariablePayment.new(attributes) } end |