Class: Strling::Nodes::UnicodeProperty
- Inherits:
-
Data
- Object
- Data
- Strling::Nodes::UnicodeProperty
- Defined in:
- lib/strling/nodes.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#negated ⇒ Object
readonly
Returns the value of attribute negated.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
10 11 12 |
# File 'lib/strling/nodes.rb', line 10 def name @name end |
#negated ⇒ Object (readonly)
Returns the value of attribute negated
10 11 12 |
# File 'lib/strling/nodes.rb', line 10 def negated @negated end |
#value ⇒ Object (readonly)
Returns the value of attribute value
10 11 12 |
# File 'lib/strling/nodes.rb', line 10 def value @value end |