Class: Jazzicon::Iteration
- Inherits:
-
Struct
- Object
- Struct
- Jazzicon::Iteration
- Defined in:
- lib/jazzicon/icon.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#index ⇒ Object
Returns the value of attribute index.
-
#random_numbers ⇒ Object
Returns the value of attribute random_numbers.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
16 17 18 |
# File 'lib/jazzicon/icon.rb', line 16 def color @color end |
#index ⇒ Object
Returns the value of attribute index
16 17 18 |
# File 'lib/jazzicon/icon.rb', line 16 def index @index end |
#random_numbers ⇒ Object
Returns the value of attribute random_numbers
16 17 18 |
# File 'lib/jazzicon/icon.rb', line 16 def random_numbers @random_numbers end |