Class: Belvo::OwnerOptions

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

Overview

Contains configurable properties of an Owner

Instance Attribute Summary collapse

Instance Attribute Details

#save_dataObject

Should data be persisted or not.



53
54
# File 'lib/belvo/options.rb', line 53

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

#tokenObject

OTP token required by the institution



53
54
# File 'lib/belvo/options.rb', line 53

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