Class: OOXML::Excel::Sheet::Row::BlankCell
- Inherits:
-
Object
- Object
- OOXML::Excel::Sheet::Row::BlankCell
- Defined in:
- lib/ooxml_excel/sheet.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id) ⇒ BlankCell
constructor
A new instance of BlankCell.
- #value ⇒ Object
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
#id ⇒ Object (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
#value ⇒ Object
182 183 184 |
# File 'lib/ooxml_excel/sheet.rb', line 182 def value nil end |