Class: WhirledPeas::Graphics::PixelGrid::Pixel

Inherits:
Struct
  • Object
show all
Defined in:
lib/whirled_peas/graphics/pixel_grid.rb

Instance Attribute Summary collapse

Instance Attribute Details

#charObject

Returns the value of attribute char

Returns:

  • (Object)

    the current value of char



4
5
6
# File 'lib/whirled_peas/graphics/pixel_grid.rb', line 4

def char
  @char
end

#formattingObject

Returns the value of attribute formatting

Returns:

  • (Object)

    the current value of formatting



4
5
6
# File 'lib/whirled_peas/graphics/pixel_grid.rb', line 4

def formatting
  @formatting
end