Class: Uh::Screen

Inherits:
Object
  • Object
show all
Defined in:
lib/uh/screen.rb,
ext/uh/uh.c

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeObject

Instance Attribute Details

#heightObject (readonly)

#idObject (readonly)

#widthObject (readonly)

#xObject (readonly)

#yObject (readonly)

Instance Method Details

#geoObject



3
4
5
# File 'lib/uh/screen.rb', line 3

def geo
  @geo ||= Geo.new(x, y, width, height)
end