Class: Arel::Visitors::Dot::Edge

Inherits:
Struct
  • Object
show all
Defined in:
lib/arel/visitors/dot.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



16
17
18
# File 'lib/arel/visitors/dot.rb', line 16

def from
  @from
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



16
17
18
# File 'lib/arel/visitors/dot.rb', line 16

def name
  @name
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



16
17
18
# File 'lib/arel/visitors/dot.rb', line 16

def to
  @to
end