Class: Diogenes::Build::Sources
- Inherits:
-
Struct
- Object
- Struct
- Diogenes::Build::Sources
- Defined in:
- lib/diogenes/build/sources.rb
Instance Attribute Summary collapse
-
#artifacts ⇒ Object
Returns the value of attribute artifacts.
-
#hooks ⇒ Object
Returns the value of attribute hooks.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#skills ⇒ Object
Returns the value of attribute skills.
Instance Attribute Details
#artifacts ⇒ Object
Returns the value of attribute artifacts
6 7 8 |
# File 'lib/diogenes/build/sources.rb', line 6 def artifacts @artifacts end |
#hooks ⇒ Object
Returns the value of attribute hooks
6 7 8 |
# File 'lib/diogenes/build/sources.rb', line 6 def hooks @hooks end |
#rules ⇒ Object
Returns the value of attribute rules
6 7 8 |
# File 'lib/diogenes/build/sources.rb', line 6 def rules @rules end |
#skills ⇒ Object
Returns the value of attribute skills
6 7 8 |
# File 'lib/diogenes/build/sources.rb', line 6 def skills @skills end |