Class: OOXML::Excel::Sheet::Row::BlankCell

Inherits:
Object
  • Object
show all
Defined in:
lib/ooxml_excel/sheet.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ BlankCell

Returns a new instance of BlankCell.



179
180
181
# File 'lib/ooxml_excel/sheet.rb', line 179

def initialize(id)
  @id = id
end

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



177
178
179
# File 'lib/ooxml_excel/sheet.rb', line 177

def id
  @id
end

Instance Method Details

#valueObject



182
183
184
# File 'lib/ooxml_excel/sheet.rb', line 182

def value
  nil
end