Class: Properties::Value
- Inherits:
-
Object
- Object
- Properties::Value
- Defined in:
- lib/properties.rb
Instance Attribute Summary collapse
-
#property ⇒ Object
readonly
Returns the value of attribute property.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value, property) ⇒ Value
constructor
A new instance of Value.
Constructor Details
Instance Attribute Details
#property ⇒ Object (readonly)
Returns the value of attribute property.
17 18 19 |
# File 'lib/properties.rb', line 17 def property @property end |
#value ⇒ Object
Returns the value of attribute value.
18 19 20 |
# File 'lib/properties.rb', line 18 def value @value end |