Class: Anydoc::Table

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

Instance Attribute Summary collapse

Instance Attribute Details

#gridObject (readonly)

Returns the value of attribute grid

Returns:

  • (Object)

    the current value of grid



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

def grid
  @grid
end

#header_rowsObject (readonly)

Returns the value of attribute header_rows

Returns:

  • (Object)

    the current value of header_rows



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

def header_rows
  @header_rows
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



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

def kind
  @kind
end