Class: XcodeArchiveCache::Config::Workspace

Inherits:
Entry
  • Object
show all
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

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