Class: ContentfulRails::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_webhooksObject

Returns the value of attribute authenticate_webhooks.



17
18
19
# File 'lib/contentful_rails.rb', line 17

def authenticate_webhooks
  @authenticate_webhooks
end

#webhooks_passwordObject

Returns the value of attribute webhooks_password.



17
18
19
# File 'lib/contentful_rails.rb', line 17

def webhooks_password
  @webhooks_password
end

#webhooks_usernameObject

Returns the value of attribute webhooks_username.



17
18
19
# File 'lib/contentful_rails.rb', line 17

def webhooks_username
  @webhooks_username
end