Class: Axlsx::Builder::Cell

Inherits:
Object
  • Object
show all
Defined in:
lib/axlsx/builder.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Object

#initialize

Constructor Details

This class inherits a constructor from Axlsx::Builder::Object

Instance Attribute Details

#colObject

Returns the value of attribute col.



13
14
15
# File 'lib/axlsx/builder.rb', line 13

def col
  @col
end

#rowObject

Returns the value of attribute row.



12
13
14
# File 'lib/axlsx/builder.rb', line 12

def row
  @row
end

#textObject

Returns the value of attribute text.



10
11
12
# File 'lib/axlsx/builder.rb', line 10

def text
  @text
end

#titleObject

Returns the value of attribute title.



11
12
13
# File 'lib/axlsx/builder.rb', line 11

def title
  @title
end