Class: Belvo::EmploymentRecordsOptions
- Inherits:
-
Object
- Object
- Belvo::EmploymentRecordsOptions
- Defined in:
- lib/belvo/options.rb
Overview
Contains configurable properties of an Employment Record
Instance Attribute Summary collapse
-
#attach_pdf ⇒ Object
Should the PDF file be included in the response or not.
-
#save_data ⇒ Object
Should data be persisted or not.
Instance Attribute Details
#attach_pdf ⇒ Object
Should the PDF file be included in the response or not.
221 222 |
# File 'lib/belvo/options.rb', line 221 class EmploymentRecordsOptions < Faraday::Options.new(:save_data, :attach_pdf) end |
#save_data ⇒ Object
Should data be persisted or not.
221 222 |
# File 'lib/belvo/options.rb', line 221 class EmploymentRecordsOptions < Faraday::Options.new(:save_data, :attach_pdf) end |