Class: Gosu::BlockAllocator::Block
- Inherits:
-
Struct
- Object
- Struct
- Gosu::BlockAllocator::Block
- Defined in:
- lib/gosu_android/graphics/blockAllocator.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#left ⇒ Object
Returns the value of attribute left.
-
#top ⇒ Object
Returns the value of attribute top.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
46 47 48 |
# File 'lib/gosu_android/graphics/blockAllocator.rb', line 46 def height @height end |
#left ⇒ Object
Returns the value of attribute left
46 47 48 |
# File 'lib/gosu_android/graphics/blockAllocator.rb', line 46 def left @left end |
#top ⇒ Object
Returns the value of attribute top
46 47 48 |
# File 'lib/gosu_android/graphics/blockAllocator.rb', line 46 def top @top end |
#width ⇒ Object
Returns the value of attribute width
46 47 48 |
# File 'lib/gosu_android/graphics/blockAllocator.rb', line 46 def width @width end |