Class: ConfigurationDsl::Dsl
- Inherits:
-
Object
- Object
- ConfigurationDsl::Dsl
- Defined in:
- lib/configuration_dsl/dsl.rb
Instance Attribute Summary collapse
-
#configuration ⇒ Object
readonly
Returns the value of attribute configuration.
Instance Method Summary collapse
-
#initialize(configuration) ⇒ Dsl
constructor
A new instance of Dsl.
Constructor Details
#initialize(configuration) ⇒ Dsl
Returns a new instance of Dsl.
5 6 7 |
# File 'lib/configuration_dsl/dsl.rb', line 5 def initialize(configuration) @configuration = configuration end |
Instance Attribute Details
#configuration ⇒ Object (readonly)
Returns the value of attribute configuration.
3 4 5 |
# File 'lib/configuration_dsl/dsl.rb', line 3 def configuration @configuration end |