Class: Aws::Types::Rectangle
- Inherits:
-
Object
- Object
- Aws::Types::Rectangle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#width ⇒ ::Integer
Returns the value of attribute width.
-
#x ⇒ ::Integer
Returns the value of attribute x.
-
#y ⇒ ::Integer
Returns the value of attribute y.
Instance Attribute Details
#height ⇒ ::Integer
Returns the value of attribute height.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def height @height end |
#width ⇒ ::Integer
Returns the value of attribute width.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def width @width end |
#x ⇒ ::Integer
Returns the value of attribute x.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def x @x end |
#y ⇒ ::Integer
Returns the value of attribute y.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def y @y end |