Class: IronHammer::Projects::DllProject
- Inherits:
-
GenericProject
- Object
- GenericProject
- IronHammer::Projects::DllProject
- Defined in:
- lib/iron_hammer/projects/dll_project.rb
Direct Known Subclasses
Constant Summary
Constants included from DefaultBinariesBehavior
DefaultBinariesBehavior::BIN_PATTERN
Instance Attribute Summary
Attributes inherited from GenericProject
Instance Method Summary collapse
Methods included from DefaultDeliverablesBehavior
Methods included from DefaultConfigurationBehavior
Methods included from DefaultBinariesBehavior
Methods inherited from GenericProject
#artifacts, #assembly_info, #assembly_name, #deliverables, #dependencies, #dependencies_with_projects, #initialize, #package, #project_references, #version, #version=
Constructor Details
This class inherits a constructor from IronHammer::Projects::GenericProject
Instance Method Details
#path_to_binaries(params = {}) ⇒ Object
17 18 19 |
# File 'lib/iron_hammer/projects/dll_project.rb', line 17 def path_to_binaries params={} File.join(@path, 'bin', run_configuration(params)) end |
#path_to_configuration ⇒ Object
13 14 15 |
# File 'lib/iron_hammer/projects/dll_project.rb', line 13 def path_to_configuration @path end |