Class: WinExcel::ExcelFile::ExcelCell
- Defined in:
- lib/winexcel/excel_file/common_methods.rb
Instance Attribute Summary collapse
-
#addr ⇒ Object
Returns the value of attribute addr.
-
#val ⇒ Object
Returns the value of attribute val.
Instance Attribute Details
#addr ⇒ Object
Returns the value of attribute addr.
149 150 151 |
# File 'lib/winexcel/excel_file/common_methods.rb', line 149 def addr @addr end |
#val ⇒ Object
Returns the value of attribute val.
149 150 151 |
# File 'lib/winexcel/excel_file/common_methods.rb', line 149 def val @val end |