Class: WhirledPeas::Graphics::PixelGrid::Pixel
- Inherits:
-
Struct
- Object
- Struct
- WhirledPeas::Graphics::PixelGrid::Pixel
- Defined in:
- lib/whirled_peas/graphics/pixel_grid.rb
Instance Attribute Summary collapse
-
#char ⇒ Object
Returns the value of attribute char.
-
#formatting ⇒ Object
Returns the value of attribute formatting.
Instance Attribute Details
#char ⇒ Object
Returns the value of attribute char
4 5 6 |
# File 'lib/whirled_peas/graphics/pixel_grid.rb', line 4 def char @char end |
#formatting ⇒ Object
Returns the value of attribute formatting
4 5 6 |
# File 'lib/whirled_peas/graphics/pixel_grid.rb', line 4 def formatting @formatting end |