Class: WebflowSync::Configuration
- Inherits:
-
Object
- Object
- WebflowSync::Configuration
- Defined in:
- lib/webflow_sync/configuration.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#skip_webflow_sync ⇒ Object
Returns the value of attribute skip_webflow_sync.
-
#sync_webflow_slug ⇒ Object
Returns the value of attribute sync_webflow_slug.
-
#webflow_site_id ⇒ Object
Returns the value of attribute webflow_site_id.
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
24 25 26 |
# File 'lib/webflow_sync/configuration.rb', line 24 def api_token @api_token end |
#skip_webflow_sync ⇒ Object
Returns the value of attribute skip_webflow_sync.
23 24 25 |
# File 'lib/webflow_sync/configuration.rb', line 23 def skip_webflow_sync @skip_webflow_sync end |
#sync_webflow_slug ⇒ Object
Returns the value of attribute sync_webflow_slug.
23 24 25 |
# File 'lib/webflow_sync/configuration.rb', line 23 def sync_webflow_slug @sync_webflow_slug end |
#webflow_site_id ⇒ Object
Returns the value of attribute webflow_site_id.
23 24 25 |
# File 'lib/webflow_sync/configuration.rb', line 23 def webflow_site_id @webflow_site_id end |