Method: Vedeu::Models::Cell#to_hash

Defined in:
lib/vedeu/models/cell.rb

#to_hashHash

Returns:

  • (Hash)


58
59
60
61
62
63
64
65
# File 'lib/vedeu/models/cell.rb', line 58

def to_hash
  {
    colour:   colour.to_s,
    style:    style.to_s,
    value:    value.to_s,
    position: position.to_s,
  }
end