Class: Strling::Nodes::Literal
- Inherits:
-
Data
- Object
- Data
- Strling::Nodes::Literal
- Defined in:
- lib/strling/nodes.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value
5 6 7 |
# File 'lib/strling/nodes.rb', line 5 def value @value end |