Class: WinExcel::ExcelFile::ExcelCell

Inherits:
Object
  • Object
show all
Defined in:
lib/winexcel/excel_file/common_methods.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addrObject

Returns the value of attribute addr.



149
150
151
# File 'lib/winexcel/excel_file/common_methods.rb', line 149

def addr
  @addr
end

#valObject

Returns the value of attribute val.



149
150
151
# File 'lib/winexcel/excel_file/common_methods.rb', line 149

def val
  @val
end