Class: AirtableSync::Configuration
- Inherits:
-
Object
- Object
- AirtableSync::Configuration
- Defined in:
- lib/airtable_sync/configuration.rb
Instance Attribute Summary collapse
-
#airtable_base_id ⇒ Object
Returns the value of attribute airtable_base_id.
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#skip_airtable_sync ⇒ Object
Returns the value of attribute skip_airtable_sync.
Instance Attribute Details
#airtable_base_id ⇒ Object
Returns the value of attribute airtable_base_id.
23 24 25 |
# File 'lib/airtable_sync/configuration.rb', line 23 def airtable_base_id @airtable_base_id end |
#api_key ⇒ Object
Returns the value of attribute api_key.
23 24 25 |
# File 'lib/airtable_sync/configuration.rb', line 23 def api_key @api_key end |
#skip_airtable_sync ⇒ Object
Returns the value of attribute skip_airtable_sync.
23 24 25 |
# File 'lib/airtable_sync/configuration.rb', line 23 def skip_airtable_sync @skip_airtable_sync end |