Class: RubyLabs::LifeLab::LifeView
- Inherits:
-
Struct
- Object
- Struct
- RubyLabs::LifeLab::LifeView
- Defined in:
- lib/lifelab.rb
Instance Attribute Summary collapse
-
#cols ⇒ Object
Returns the value of attribute cols.
-
#options ⇒ Object
Returns the value of attribute options.
-
#rows ⇒ Object
Returns the value of attribute rows.
Instance Attribute Details
#cols ⇒ Object
Returns the value of attribute cols
29 30 31 |
# File 'lib/lifelab.rb', line 29 def cols @cols end |
#options ⇒ Object
Returns the value of attribute options
29 30 31 |
# File 'lib/lifelab.rb', line 29 def @options end |
#rows ⇒ Object
Returns the value of attribute rows
29 30 31 |
# File 'lib/lifelab.rb', line 29 def rows @rows end |