Class: WebflowSync::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/webflow_sync/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_tokenObject

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_syncObject

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_slugObject

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_idObject

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