Class: AutomationObject::Driver::BoxCoordinates

Inherits:
Struct
  • Object
show all
Defined in:
lib/automation_object/driver/driver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#x1Object

Returns the value of attribute x1

Returns:

  • (Object)

    the current value of x1



10
11
12
# File 'lib/automation_object/driver/driver.rb', line 10

def x1
  @x1
end

#x2Object

Returns the value of attribute x2

Returns:

  • (Object)

    the current value of x2



10
11
12
# File 'lib/automation_object/driver/driver.rb', line 10

def x2
  @x2
end

#y1Object

Returns the value of attribute y1

Returns:

  • (Object)

    the current value of y1



10
11
12
# File 'lib/automation_object/driver/driver.rb', line 10

def y1
  @y1
end

#y2Object

Returns the value of attribute y2

Returns:

  • (Object)

    the current value of y2



10
11
12
# File 'lib/automation_object/driver/driver.rb', line 10

def y2
  @y2
end