Module: Calexcer::Loopable
- Included in:
- HorizontalSheet, VerticalSheet
- Defined in:
- lib/calexcer/loopable.rb
Instance Attribute Summary collapse
-
#current_col ⇒ Object
readonly
Returns the value of attribute current_col.
-
#current_row ⇒ Object
readonly
Returns the value of attribute current_row.
-
#month ⇒ Object
Returns the value of attribute month.
-
#x ⇒ Object
readonly
Returns the value of attribute x.
-
#y ⇒ Object
readonly
Returns the value of attribute y.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#current_col ⇒ Object
Returns the value of attribute current_col.
3 4 5 |
# File 'lib/calexcer/loopable.rb', line 3 def current_col @current_col end |
#current_row ⇒ Object
Returns the value of attribute current_row.
3 4 5 |
# File 'lib/calexcer/loopable.rb', line 3 def current_row @current_row end |
#month ⇒ Object
Returns the value of attribute month.
6 7 8 |
# File 'lib/calexcer/loopable.rb', line 6 def month @month end |
#x ⇒ Object
Returns the value of attribute x.
4 5 6 |
# File 'lib/calexcer/loopable.rb', line 4 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
4 5 6 |
# File 'lib/calexcer/loopable.rb', line 4 def y @y end |
#year ⇒ Object
Returns the value of attribute year.
6 7 8 |
# File 'lib/calexcer/loopable.rb', line 6 def year @year end |