Class: Bridgetown::Configuration::Initializer
- Inherits:
-
Struct
- Object
- Struct
- Bridgetown::Configuration::Initializer
- Defined in:
- lib/bridgetown-core/configuration.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
8 9 10 |
# File 'lib/bridgetown-core/configuration.rb', line 8 def block @block end |
#completed ⇒ Object
Returns the value of attribute completed
8 9 10 |
# File 'lib/bridgetown-core/configuration.rb', line 8 def completed @completed end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/bridgetown-core/configuration.rb', line 8 def name @name end |
Instance Method Details
#to_s ⇒ Object
9 10 11 |
# File 'lib/bridgetown-core/configuration.rb', line 9 def to_s "#{name} (Initializer)" end |