Class: Aws::Types::Point
- Inherits:
-
Object
- Object
- Aws::Types::Point
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#x ⇒ ::Float
Returns the value of attribute x.
-
#y ⇒ ::Float
Returns the value of attribute y.
Instance Attribute Details
#x ⇒ ::Float
Returns the value of attribute x.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def x @x end |
#y ⇒ ::Float
Returns the value of attribute y.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def y @y end |