Class: RedShift::Component::ResetPhase
- Defined in:
- lib/redshift/component.rb
Instance Attribute Summary collapse
-
#value_map ⇒ Object
Returns the value of attribute value_map.
Instance Method Summary collapse
Methods inherited from Array
Instance Attribute Details
#value_map ⇒ Object
Returns the value of attribute value_map.
144 145 146 |
# File 'lib/redshift/component.rb', line 144 def value_map @value_map end |
Instance Method Details
#inspect ⇒ Object
145 146 147 |
# File 'lib/redshift/component.rb', line 145 def inspect "<ResetPhase: #{value_map.inspect}>" end |