Class: Tablet::Row

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

Overview

Row definition

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/tablet/table.rb', line 6

def name
  @name
end

#procObject

Returns the value of attribute proc

Returns:

  • (Object)

    the current value of proc



6
7
8
# File 'lib/tablet/table.rb', line 6

def proc
  @proc
end

#weightObject

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



6
7
8
# File 'lib/tablet/table.rb', line 6

def weight
  @weight
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



6
7
8
# File 'lib/tablet/table.rb', line 6

def width
  @width
end