class Applocale::ErrorUtil::CannotOpenXlsxFile

Attributes

path[RW]

Public Class Methods

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

Public Instance Methods

message() click to toggle source
# File lib/applocale/Util/error_util.rb, line 71
def message
  "Can't open xlsx file #{self.path}"
end