Class: AutomationObject::Driver::BoxCoordinates
- Inherits:
-
Struct
- Object
- Struct
- AutomationObject::Driver::BoxCoordinates
- Defined in:
- lib/automation_object/driver/driver.rb
Instance Attribute Summary collapse
-
#x1 ⇒ Object
Returns the value of attribute x1.
-
#x2 ⇒ Object
Returns the value of attribute x2.
-
#y1 ⇒ Object
Returns the value of attribute y1.
-
#y2 ⇒ Object
Returns the value of attribute y2.
Instance Attribute Details
#x1 ⇒ Object
Returns the value of attribute x1
10 11 12 |
# File 'lib/automation_object/driver/driver.rb', line 10 def x1 @x1 end |
#x2 ⇒ Object
Returns the value of attribute x2
10 11 12 |
# File 'lib/automation_object/driver/driver.rb', line 10 def x2 @x2 end |
#y1 ⇒ Object
Returns the value of attribute y1
10 11 12 |
# File 'lib/automation_object/driver/driver.rb', line 10 def y1 @y1 end |
#y2 ⇒ Object
Returns the value of attribute y2
10 11 12 |
# File 'lib/automation_object/driver/driver.rb', line 10 def y2 @y2 end |