Class: Bridgetown::Causeway::Configuration
- Inherits:
-
Object
- Object
- Bridgetown::Causeway::Configuration
- Defined in:
- lib/bridgetown/causeway/configuration.rb
Instance Attribute Summary collapse
-
#after_publish ⇒ Object
Returns the value of attribute after_publish.
-
#git_commit ⇒ Object
Returns the value of attribute git_commit.
-
#summarize_command ⇒ Object
Returns the value of attribute summarize_command.
-
#url_generator ⇒ Object
Returns the value of attribute url_generator.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
9 10 11 |
# File 'lib/bridgetown/causeway/configuration.rb', line 9 def initialize @git_commit = true end |
Instance Attribute Details
#after_publish ⇒ Object
Returns the value of attribute after_publish.
6 7 8 |
# File 'lib/bridgetown/causeway/configuration.rb', line 6 def after_publish @after_publish end |
#git_commit ⇒ Object
Returns the value of attribute git_commit.
7 8 9 |
# File 'lib/bridgetown/causeway/configuration.rb', line 7 def git_commit @git_commit end |
#summarize_command ⇒ Object
Returns the value of attribute summarize_command.
4 5 6 |
# File 'lib/bridgetown/causeway/configuration.rb', line 4 def summarize_command @summarize_command end |
#url_generator ⇒ Object
Returns the value of attribute url_generator.
5 6 7 |
# File 'lib/bridgetown/causeway/configuration.rb', line 5 def url_generator @url_generator end |