class VariablePaymentParser

Public Instance Methods

variable_payments() click to toggle source
# File lib/bob/parsers/variable_payment_parser.rb, line 4
def variable_payments
  json_response['values'].map { |attributes| Models::VariablePayment.new(attributes) }
end