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.
75 76 77 |
# File 'sig/types.rbs', line 75 def height @height end |
#left ⇒ ::Float
Returns the value of attribute left.
76 77 78 |
# File 'sig/types.rbs', line 76 def left @left end |
#top ⇒ ::Float
Returns the value of attribute top.
77 78 79 |
# File 'sig/types.rbs', line 77 def top @top end |
#width ⇒ ::Float
Returns the value of attribute width.
74 75 76 |
# File 'sig/types.rbs', line 74 def width @width end |