Class: SimpleAMS::Options::Concerns::TrackedProperties::Tracked
- Inherits:
-
Struct
- Object
- Struct
- SimpleAMS::Options::Concerns::TrackedProperties::Tracked
- Defined in:
- lib/simple_ams/options/concerns/tracked_properties.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
3 4 5 |
# File 'lib/simple_ams/options/concerns/tracked_properties.rb', line 3 def value @value end |
Instance Method Details
#volatile? ⇒ Boolean
4 5 6 7 8 |
# File 'lib/simple_ams/options/concerns/tracked_properties.rb', line 4 def volatile? return @volatile if defined?(@volatile) @volatile ||= value.volatile? end |