Class: RubyLabs::LifeLab::LifeView

Inherits:
Struct
  • Object
show all
Defined in:
lib/lifelab.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colsObject

Returns the value of attribute cols

Returns:

  • (Object)

    the current value of cols



29
30
31
# File 'lib/lifelab.rb', line 29

def cols
  @cols
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



29
30
31
# File 'lib/lifelab.rb', line 29

def options
  @options
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



29
30
31
# File 'lib/lifelab.rb', line 29

def rows
  @rows
end