Class: Awkward::Visitor::Edge
- Inherits:
-
Struct
- Object
- Struct
- Awkward::Visitor::Edge
- Defined in:
- lib/awkward/visitor.rb
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#name ⇒ Object
Returns the value of attribute name.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
9 10 11 |
# File 'lib/awkward/visitor.rb', line 9 def left @left end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/awkward/visitor.rb', line 9 def name @name end |
#right ⇒ Object
Returns the value of attribute right
9 10 11 |
# File 'lib/awkward/visitor.rb', line 9 def right @right end |