Class: Bridgetown::Configuration::Initializer
- Inherits:
-
Struct
- Object
- Struct
- Bridgetown::Configuration::Initializer
- Defined in:
- bridgetown-core/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
10 11 12 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 10 def block @block end |
#completed ⇒ Object
Returns the value of attribute completed
10 11 12 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 10 def completed @completed end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 10 def name @name end |
Instance Method Details
#to_s ⇒ Object
11 12 13 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 11 def to_s "#{name} (Initializer)" end |