Class: Strling::Nodes::UnicodeProperty

Inherits:
Data
  • Object
show all
Defined in:
lib/strling/nodes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/strling/nodes.rb', line 10

def name
  @name
end

#negatedObject (readonly)

Returns the value of attribute negated

Returns:

  • (Object)

    the current value of negated



10
11
12
# File 'lib/strling/nodes.rb', line 10

def negated
  @negated
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/strling/nodes.rb', line 10

def value
  @value
end