class Phoenx::FrameworkTargetBuilder

Public Instance Methods

build() click to toggle source
Calls superclass method Phoenx::TestableTargetBuilder#build
# File lib/phoenx/use_cases/generate_target.rb, line 323
def build
        @target = @project.new_target(@target_spec.target_type, @target_spec.name, @target_spec.platform, @target_spec.version)
        super()
end
target() click to toggle source
# File lib/phoenx/use_cases/generate_target.rb, line 328
def target
        return @target
end