Class: OOXL::BlankCell

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ BlankCell

Returns a new instance of BlankCell.



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

def initialize(id)
  @id = id
end

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



3
4
5
# File 'lib/ooxl/xl_objects/cell.rb', line 3

def id
  @id
end

Instance Method Details

#valueObject



8
9
10
# File 'lib/ooxl/xl_objects/cell.rb', line 8

def value
  nil
end