Exception: XCSim::OSNotFoundError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/xcsim/rbBundleInfo.rb

Overview

An error, which is raised by GetBundle class when iOS Simulator OS version specified by the :os option could not be found.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ OSNotFoundError

Initializes an OSNotFoundError instance with the given OS name



12
13
14
# File 'lib/xcsim/rbBundleInfo.rb', line 12

def initialize(name)
  @name = name
end

Instance Attribute Details

#nameObject (readonly)

Name of the OS provided in :os option



9
10
11
# File 'lib/xcsim/rbBundleInfo.rb', line 9

def name
  @name
end