Module: Calexcer::Loopable

Included in:
HorizontalSheet, VerticalSheet
Defined in:
lib/calexcer/loopable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_colObject

Returns the value of attribute current_col.



3
4
5
# File 'lib/calexcer/loopable.rb', line 3

def current_col
  @current_col
end

#current_rowObject

Returns the value of attribute current_row.



3
4
5
# File 'lib/calexcer/loopable.rb', line 3

def current_row
  @current_row
end

#monthObject

Returns the value of attribute month.



6
7
8
# File 'lib/calexcer/loopable.rb', line 6

def month
  @month
end

#xObject

Returns the value of attribute x.



4
5
6
# File 'lib/calexcer/loopable.rb', line 4

def x
  @x
end

#yObject

Returns the value of attribute y.



4
5
6
# File 'lib/calexcer/loopable.rb', line 4

def y
  @y
end

#yearObject

Returns the value of attribute year.



6
7
8
# File 'lib/calexcer/loopable.rb', line 6

def year
  @year
end