class Applocale::ErrorUtil::ParseXlsxError::HeadeNotFound

Attributes

sheetname[RW]

Public Class Methods

new(sheetname) click to toggle source
# File lib/applocale/Util/error_util.rb, line 130
def initialize(sheetname)
  @sheetname = sheetname
end

Public Instance Methods

message() click to toggle source
# File lib/applocale/Util/error_util.rb, line 134
def message
  "Header not found in sheet: #{self.sheetname}"
end