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.
585 586 587 |
# File 'sig/types.rbs', line 585 def x @x end |
#y ⇒ ::Float
Returns the value of attribute y.
586 587 588 |
# File 'sig/types.rbs', line 586 def y @y end |