Class: Aws::Types::Point

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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