class Belvo::Institution
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.
Public Class Methods
new(session)
click to toggle source
Calls superclass method
Belvo::Resource::new
# File lib/belvo/resources.rb, line 461 def initialize(session) super(session) @endpoint = 'institutions/' end