Class: Belvo::Institution

Inherits:
Resource show all
Defined in:
lib/belvo/resources.rb

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

#endpoint

Instance Method Summary collapse

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