Class: Belvo::RecurringExpensesOptions
- Inherits:
-
Object
- Object
- Belvo::RecurringExpensesOptions
- Defined in:
- lib/belvo/options.rb
Overview
Contains configurable properties of a Recurring Expense
Instance Attribute Summary collapse
-
#save_data ⇒ Object
Should data be persisted or not.
Instance Attribute Details
#save_data ⇒ Object
Should data be persisted or not.
113 114 115 116 |
# File 'lib/belvo/options.rb', line 113 class RecurringExpensesOptions < Faraday::Options.new( :save_data ) end |