Class: Anydoc::Cell

Inherits:
Data
  • Object
show all
Defined in:
lib/anydoc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blocksObject (readonly)

Returns the value of attribute blocks

Returns:

  • (Object)

    the current value of blocks



21
22
23
# File 'lib/anydoc.rb', line 21

def blocks
  @blocks
end

#col_spanObject (readonly)

Returns the value of attribute col_span

Returns:

  • (Object)

    the current value of col_span



21
22
23
# File 'lib/anydoc.rb', line 21

def col_span
  @col_span
end

#row_spanObject (readonly)

Returns the value of attribute row_span

Returns:

  • (Object)

    the current value of row_span



21
22
23
# File 'lib/anydoc.rb', line 21

def row_span
  @row_span
end