Class: Anydoc::CellSlot

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

Instance Attribute Summary collapse

Instance Attribute Details

#cellObject (readonly)

Returns the value of attribute cell

Returns:

  • (Object)

    the current value of cell



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

def cell
  @cell
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



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

def kind
  @kind
end

#origin_colObject (readonly)

Returns the value of attribute origin_col

Returns:

  • (Object)

    the current value of origin_col



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

def origin_col
  @origin_col
end

#origin_rowObject (readonly)

Returns the value of attribute origin_row

Returns:

  • (Object)

    the current value of origin_row



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

def origin_row
  @origin_row
end