Class: Aws::Types::BoundingBox
- Inherits:
-
Object
- Object
- Aws::Types::BoundingBox
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#height ⇒ ::Float
Returns the value of attribute height.
-
#left ⇒ ::Float
Returns the value of attribute left.
-
#top ⇒ ::Float
Returns the value of attribute top.
-
#width ⇒ ::Float
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ ::Float
Returns the value of attribute height.
127 128 129 |
# File 'sig/types.rbs', line 127 def height @height end |
#left ⇒ ::Float
Returns the value of attribute left.
128 129 130 |
# File 'sig/types.rbs', line 128 def left @left end |
#top ⇒ ::Float
Returns the value of attribute top.
129 130 131 |
# File 'sig/types.rbs', line 129 def top @top end |
#width ⇒ ::Float
Returns the value of attribute width.
126 127 128 |
# File 'sig/types.rbs', line 126 def width @width end |