Class: AvatarGenerator::Image
- Inherits:
-
Struct
- Object
- Struct
- AvatarGenerator::Image
- Defined in:
- lib/avatar_generator/image.rb
Instance Attribute Summary collapse
-
#background ⇒ Object
Returns the value of attribute background.
-
#color ⇒ Object
Returns the value of attribute color.
-
#image_size ⇒ Object
Returns the value of attribute image_size.
-
#pixel_map ⇒ Object
Returns the value of attribute pixel_map.
Instance Attribute Details
#background ⇒ Object
Returns the value of attribute background
4 5 6 |
# File 'lib/avatar_generator/image.rb', line 4 def background @background end |
#color ⇒ Object
Returns the value of attribute color
4 5 6 |
# File 'lib/avatar_generator/image.rb', line 4 def color @color end |
#image_size ⇒ Object
Returns the value of attribute image_size
4 5 6 |
# File 'lib/avatar_generator/image.rb', line 4 def image_size @image_size end |
#pixel_map ⇒ Object
Returns the value of attribute pixel_map
4 5 6 |
# File 'lib/avatar_generator/image.rb', line 4 def pixel_map @pixel_map end |