Class: Awkward::Visitor::Edge

Inherits:
Struct
  • Object
show all
Defined in:
lib/awkward/visitor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



9
10
11
# File 'lib/awkward/visitor.rb', line 9

def left
  @left
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/awkward/visitor.rb', line 9

def name
  @name
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



9
10
11
# File 'lib/awkward/visitor.rb', line 9

def right
  @right
end