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
14 15 16 |
# File 'lib/arel/visitors/dot.rb', line 14 def from @from end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/arel/visitors/dot.rb', line 14 def name @name end |
#to ⇒ Object
Returns the value of attribute to
14 15 16 |
# File 'lib/arel/visitors/dot.rb', line 14 def to @to end |