class Phoenx::Dependency
Attributes
embed[RW]
path[RW]
target_name[RW]
Public Class Methods
new(target_name, embed = true, path = nil)
click to toggle source
# File lib/phoenx/entities/dependency.rb, line 8 def initialize(target_name, embed = true, path = nil) @target_name = target_name @path = path @embed = embed end