Class: HMap::WorkspaceProductPath
- Inherits:
-
ProductPath
- Object
- ProductPath
- HMap::WorkspaceProductPath
- Defined in:
- lib/hmap/xc/product_helper.rb
Instance Attribute Summary
Attributes inherited from ProductPath
Instance Method Summary collapse
-
#initialize(path) ⇒ WorkspaceProductPath
constructor
A new instance of WorkspaceProductPath.
Methods inherited from ProductPath
Constructor Details
#initialize(path) ⇒ WorkspaceProductPath
Returns a new instance of WorkspaceProductPath.
22 23 24 25 26 |
# File 'lib/hmap/xc/product_helper.rb', line 22 def initialize(path) @name = File.basename(path, '.xcworkspace') @build_setting = Resolver.instance.workspace_build_settings(path) super end |