Class: Trope::Language::AttributeKeyword

Inherits:
Node
  • Object
show all
Defined in:
lib/trope/language/attribute_keyword.rb

Overview

The attribute keyword.

Instance Method Summary collapse

Methods inherited from Node

#elements, #elements_with_treetop_nodes

Instance Method Details

#valueObject

Get the value of the attribute.



10
11
12
# File 'lib/trope/language/attribute_keyword.rb', line 10

def value
  elements.first.value
end