Class: Xport::Cell

Inherits:
Object
  • Object
show all
Defined in:
lib/xport/cell.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color.



5
6
7
# File 'lib/xport/cell.rb', line 5

def color
  @color
end

#commentObject

Returns the value of attribute comment.



5
6
7
# File 'lib/xport/cell.rb', line 5

def comment
  @comment
end

#valueObject

Returns the value of attribute value.



5
6
7
# File 'lib/xport/cell.rb', line 5

def value
  @value
end