Class: Klenod::Build::ResolvedDependency
- Inherits:
-
Data
- Object
- Data
- Klenod::Build::ResolvedDependency
- Defined in:
- lib/klenod/build/dependency.rb
Instance Attribute Summary collapse
-
#dependency ⇒ Object
readonly
Returns the value of attribute dependency.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#module_id ⇒ Object
readonly
Returns the value of attribute module_id.
Instance Attribute Details
#dependency ⇒ Object (readonly)
Returns the value of attribute dependency
19 20 21 |
# File 'lib/klenod/build/dependency.rb', line 19 def dependency @dependency end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
19 20 21 |
# File 'lib/klenod/build/dependency.rb', line 19 def @metadata end |
#module_id ⇒ Object (readonly)
Returns the value of attribute module_id
19 20 21 |
# File 'lib/klenod/build/dependency.rb', line 19 def module_id @module_id end |