Class: EagleCAD::Board::ContactReference
- Inherits:
-
Struct
- Object
- Struct
- EagleCAD::Board::ContactReference
- Defined in:
- lib/eaglecad/board.rb
Instance Attribute Summary collapse
-
#element ⇒ Object
Returns the value of attribute element.
-
#pad ⇒ Object
Returns the value of attribute pad.
-
#route ⇒ Object
Returns the value of attribute route.
-
#route_tag ⇒ Object
Returns the value of attribute route_tag.
Instance Attribute Details
#element ⇒ Object
Returns the value of attribute element
13 14 15 |
# File 'lib/eaglecad/board.rb', line 13 def element @element end |
#pad ⇒ Object
Returns the value of attribute pad
13 14 15 |
# File 'lib/eaglecad/board.rb', line 13 def pad @pad end |
#route ⇒ Object
Returns the value of attribute route
13 14 15 |
# File 'lib/eaglecad/board.rb', line 13 def route @route end |
#route_tag ⇒ Object
Returns the value of attribute route_tag
13 14 15 |
# File 'lib/eaglecad/board.rb', line 13 def route_tag @route_tag end |