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.
111 112 113 114 |
# File 'lib/belvo/options.rb', line 111 class RecurringExpensesOptions < Faraday::Options.new( :save_data ) end |