Class: ContentfulRails::Configuration
- Inherits:
-
Object
- Object
- ContentfulRails::Configuration
- Defined in:
- lib/contentful_rails.rb
Instance Attribute Summary collapse
-
#authenticate_webhooks ⇒ Object
Returns the value of attribute authenticate_webhooks.
-
#webhooks_password ⇒ Object
Returns the value of attribute webhooks_password.
-
#webhooks_username ⇒ Object
Returns the value of attribute webhooks_username.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
19 20 21 |
# File 'lib/contentful_rails.rb', line 19 def initialize @authenticate = true end |
Instance Attribute Details
#authenticate_webhooks ⇒ Object
Returns the value of attribute authenticate_webhooks.
17 18 19 |
# File 'lib/contentful_rails.rb', line 17 def authenticate_webhooks @authenticate_webhooks end |
#webhooks_password ⇒ Object
Returns the value of attribute webhooks_password.
17 18 19 |
# File 'lib/contentful_rails.rb', line 17 def webhooks_password @webhooks_password end |
#webhooks_username ⇒ Object
Returns the value of attribute webhooks_username.
17 18 19 |
# File 'lib/contentful_rails.rb', line 17 def webhooks_username @webhooks_username end |