Class: Gosu::BlockAllocator::Block

Inherits:
Struct
  • Object
show all
Defined in:
lib/gosu_android/graphics/blockAllocator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height



46
47
48
# File 'lib/gosu_android/graphics/blockAllocator.rb', line 46

def height
  @height
end

#leftObject

Returns the value of attribute left



46
47
48
# File 'lib/gosu_android/graphics/blockAllocator.rb', line 46

def left
  @left
end

#topObject

Returns the value of attribute top



46
47
48
# File 'lib/gosu_android/graphics/blockAllocator.rb', line 46

def top
  @top
end

#widthObject

Returns the value of attribute width



46
47
48
# File 'lib/gosu_android/graphics/blockAllocator.rb', line 46

def width
  @width
end