Class: Arel::Visitors::Dot::Edge
- Inherits:
-
Struct
- Object
- Struct
- Arel::Visitors::Dot::Edge
- Defined in:
- lib/arel/visitors/dot.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#name ⇒ Object
Returns the value of attribute name.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
15 16 17 |
# File 'lib/arel/visitors/dot.rb', line 15 def from @from end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/arel/visitors/dot.rb', line 15 def name @name end |
#to ⇒ Object
Returns the value of attribute to
15 16 17 |
# File 'lib/arel/visitors/dot.rb', line 15 def to @to end |