Class: Phoenx::Dependency
- Inherits:
-
Object
- Object
- Phoenx::Dependency
- Defined in:
- lib/phoenx/entities/dependency.rb
Instance Attribute Summary collapse
-
#embed ⇒ Object
Returns the value of attribute embed.
-
#path ⇒ Object
Returns the value of attribute path.
-
#target_name ⇒ Object
Returns the value of attribute target_name.
Instance Method Summary collapse
-
#initialize(target_name, embed = true, path = nil) ⇒ Dependency
constructor
A new instance of Dependency.
Constructor Details
#initialize(target_name, embed = true, path = nil) ⇒ Dependency
8 9 10 11 12 |
# File 'lib/phoenx/entities/dependency.rb', line 8 def initialize(target_name, = true, path = nil) @target_name = target_name @path = path = end |
Instance Attribute Details
#embed ⇒ Object
Returns the value of attribute embed.
6 7 8 |
# File 'lib/phoenx/entities/dependency.rb', line 6 def end |
#path ⇒ Object
Returns the value of attribute path.
5 6 7 |
# File 'lib/phoenx/entities/dependency.rb', line 5 def path @path end |
#target_name ⇒ Object
Returns the value of attribute target_name.
4 5 6 |
# File 'lib/phoenx/entities/dependency.rb', line 4 def target_name @target_name end |