Class: EagleCAD::Board::Via

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

Instance Attribute Summary collapse

Instance Attribute Details

#drillObject

Returns the value of attribute drill

Returns:

  • (Object)

    the current value of drill



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

def drill
  @drill
end

#extentObject

Returns the value of attribute extent

Returns:

  • (Object)

    the current value of extent



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

def extent
  @extent
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



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

def origin
  @origin
end