Class: Belvo::InvestmentsPortfolioOptions
- Inherits:
-
Object
- Object
- Belvo::InvestmentsPortfolioOptions
- Defined in:
- lib/belvo/options.rb
Overview
Contains configurable properties of an InvestmentsPortfolio
Instance Attribute Summary collapse
-
#save_data ⇒ Object
Should data be persisted or not.
-
#token ⇒ Object
OTP token required by the institution.
Instance Attribute Details
#save_data ⇒ Object
Should data be persisted or not.
213 214 |
# File 'lib/belvo/options.rb', line 213 class InvestmentsPortfolioOptions < Faraday::Options.new(:token, :save_data) end |
#token ⇒ Object
OTP token required by the institution
213 214 |
# File 'lib/belvo/options.rb', line 213 class InvestmentsPortfolioOptions < Faraday::Options.new(:token, :save_data) end |