Class: Belvo::Institution
Overview
An Institution is an entity that Belvo can access information from. It can be a bank or fiscal type of institutions such as the SAT in Mexico.
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
-
#initialize(session) ⇒ Institution
constructor
A new instance of Institution.
Methods inherited from Resource
#clean, #delete, #detail, #list, #resume
Constructor Details
#initialize(session) ⇒ Institution
Returns a new instance of Institution.
594 595 596 597 |
# File 'lib/belvo/resources.rb', line 594 def initialize(session) super(session) @endpoint = 'api/institutions/' end |