hackclub / increase-ruby

Ruby API client for Increase, a platform for Bare-Metal Banking APIs

Home Page:https://rubygems.org/gems/increase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`list` Operation: Support `.response`

garyhtou opened this issue · comments

Support calling .response on a list operation.

transaction = Increase::Transactions.list.response
transaction.response
# undefined method `response' for [...]