Class: Handcuffs::Configurator
- Inherits:
-
Object
- Object
- Handcuffs::Configurator
- Defined in:
- lib/handcuffs/configuration.rb
Instance Attribute Summary collapse
-
#default_phase ⇒ Object
Returns the value of attribute default_phase.
-
#phases ⇒ Object
Returns the value of attribute phases.
Instance Method Summary collapse
-
#initialize ⇒ Configurator
constructor
A new instance of Configurator.
Constructor Details
#initialize ⇒ Configurator
Returns a new instance of Configurator.
16 17 18 19 |
# File 'lib/handcuffs/configuration.rb', line 16 def initialize @phases = [] @default_phase = nil end |
Instance Attribute Details
#default_phase ⇒ Object
Returns the value of attribute default_phase.
14 15 16 |
# File 'lib/handcuffs/configuration.rb', line 14 def default_phase @default_phase end |
#phases ⇒ Object
Returns the value of attribute phases.
13 14 15 |
# File 'lib/handcuffs/configuration.rb', line 13 def phases @phases end |