Class: Belvo::InvestmentsPortfolioOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/belvo/options.rb

Overview

Contains configurable properties of an InvestmentsPortfolio

Instance Attribute Summary collapse

Instance Attribute Details

#save_dataObject

Should data be persisted or not.



213
214
# File 'lib/belvo/options.rb', line 213

class InvestmentsPortfolioOptions < Faraday::Options.new(:token, :save_data)
end

#tokenObject

OTP token required by the institution



213
214
# File 'lib/belvo/options.rb', line 213

class InvestmentsPortfolioOptions < Faraday::Options.new(:token, :save_data)
end