Class: Phoenx::TestTarget

Inherits:
AbstractTarget show all
Defined in:
lib/phoenx/entities/target.rb

Instance Attribute Summary

Attributes inherited from AbstractTarget

#config_files, #dependencies, #excluded_resources, #excluded_sources, #excluded_support_files, #frameworks, #libraries, #name, #post_build_scripts, #pre_build_scripts, #resources, #sources, #support_files, #system_frameworks, #system_libraries

Instance Method Summary collapse

Methods inherited from AbstractTarget

#dependency

Constructor Details

#initialize {|_self| ... } ⇒ TestTarget

Returns a new instance of TestTarget.

Yields:

  • (_self)

Yield Parameters:



95
96
97
98
# File 'lib/phoenx/entities/target.rb', line 95

def initialize
	super
	yield(self)
end