Class: Lumb::Table

Inherits:
Struct
  • Object
show all
Defined in:
lib/lumb/table.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entriesObject

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



2
3
4
# File 'lib/lumb/table.rb', line 2

def entries
  @entries
end

#structureObject

Returns the value of attribute structure

Returns:

  • (Object)

    the current value of structure



2
3
4
# File 'lib/lumb/table.rb', line 2

def structure
  @structure
end

#ws_midObject

Returns the value of attribute ws_mid

Returns:

  • (Object)

    the current value of ws_mid



2
3
4
# File 'lib/lumb/table.rb', line 2

def ws_mid
  @ws_mid
end

#ws_postObject

Returns the value of attribute ws_post

Returns:

  • (Object)

    the current value of ws_post



2
3
4
# File 'lib/lumb/table.rb', line 2

def ws_post
  @ws_post
end

#ws_preObject

Returns the value of attribute ws_pre

Returns:

  • (Object)

    the current value of ws_pre



2
3
4
# File 'lib/lumb/table.rb', line 2

def ws_pre
  @ws_pre
end