Class: EagleCAD::Board::ContactReference

Inherits:
Struct
  • Object
show all
Defined in:
lib/eaglecad/board.rb

Instance Attribute Summary collapse

Instance Attribute Details

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



13
14
15
# File 'lib/eaglecad/board.rb', line 13

def element
  @element
end

#padObject

Returns the value of attribute pad

Returns:

  • (Object)

    the current value of pad



13
14
15
# File 'lib/eaglecad/board.rb', line 13

def pad
  @pad
end

#routeObject

Returns the value of attribute route

Returns:

  • (Object)

    the current value of route



13
14
15
# File 'lib/eaglecad/board.rb', line 13

def route
  @route
end

#route_tagObject

Returns the value of attribute route_tag

Returns:

  • (Object)

    the current value of route_tag



13
14
15
# File 'lib/eaglecad/board.rb', line 13

def route_tag
  @route_tag
end