Class: Belvo::IncomeOptions
- Inherits:
-
Object
- Object
- Belvo::IncomeOptions
- Defined in:
- lib/belvo/options.rb
Overview
Contains configurable properties of an Income
Instance Attribute Summary collapse
-
#date_from ⇒ Object
Date string (YYYY-MM-DD).
-
#date_to ⇒ Object
Date string (YYYY-MM-DD).
-
#save_data ⇒ Object
Should data be persisted or not.
Instance Attribute Details
#date_from ⇒ Object
Date string (YYYY-MM-DD)
88 89 90 91 92 93 |
# File 'lib/belvo/options.rb', line 88 class IncomeOptions < Faraday::Options.new( :save_data, :date_from, :date_to ) end |
#date_to ⇒ Object
Date string (YYYY-MM-DD)
88 89 90 91 92 93 |
# File 'lib/belvo/options.rb', line 88 class IncomeOptions < Faraday::Options.new( :save_data, :date_from, :date_to ) end |
#save_data ⇒ Object
Should data be persisted or not.
88 89 90 91 92 93 |
# File 'lib/belvo/options.rb', line 88 class IncomeOptions < Faraday::Options.new( :save_data, :date_from, :date_to ) end |