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