Class: EagleCAD::Board::Via
- Inherits:
-
Struct
- Object
- Struct
- EagleCAD::Board::Via
- Defined in:
- lib/eaglecad/board.rb
Instance Attribute Summary collapse
-
#drill ⇒ Object
Returns the value of attribute drill.
-
#extent ⇒ Object
Returns the value of attribute extent.
-
#origin ⇒ Object
Returns the value of attribute origin.
Instance Attribute Details
#drill ⇒ Object
Returns the value of attribute drill
14 15 16 |
# File 'lib/eaglecad/board.rb', line 14 def drill @drill end |
#extent ⇒ Object
Returns the value of attribute extent
14 15 16 |
# File 'lib/eaglecad/board.rb', line 14 def extent @extent end |
#origin ⇒ Object
Returns the value of attribute origin
14 15 16 |
# File 'lib/eaglecad/board.rb', line 14 def origin @origin end |