Class: XcodeArchiveCache::Config::Workspace
- Defined in:
- lib/config/config.rb
Instance Attribute Summary
Attributes inherited from Entry
#active_configuration_name, #configurations, #name, #settings, #storage, #targets
Instance Method Summary collapse
-
#initialize(path) ⇒ Workspace
constructor
A new instance of Workspace.
Methods inherited from Entry
#active_configuration, #file_path, #to_s
Constructor Details
#initialize(path) ⇒ Workspace
Returns a new instance of Workspace.
73 74 75 76 |
# File 'lib/config/config.rb', line 73 def initialize(path) super(path) @file_extname = ".xcworkspace" end |