Class: Aws::Types::Circle
- Inherits:
-
Object
- Object
- Aws::Types::Circle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#center ⇒ ::Array[::Float]
Returns the value of attribute center.
-
#radius ⇒ ::Float
Returns the value of attribute radius.
Instance Attribute Details
#center ⇒ ::Array[::Float]
Returns the value of attribute center.
271 272 273 |
# File 'sig/types.rbs', line 271 def center @center end |
#radius ⇒ ::Float
Returns the value of attribute radius.
272 273 274 |
# File 'sig/types.rbs', line 272 def radius @radius end |