Class: Kettle::Rb::GemDependencies::Entry
- Inherits:
-
Struct
- Object
- Struct
- Kettle::Rb::GemDependencies::Entry
- Defined in:
- lib/kettle/rb/gem_dependencies.rb
Instance Attribute Summary collapse
-
#dependency ⇒ Object
Returns the value of attribute dependency.
-
#gem_name ⇒ Object
Returns the value of attribute gem_name.
-
#requirements ⇒ Object
Returns the value of attribute requirements.
-
#series ⇒ Object
Returns the value of attribute series.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#dependency ⇒ Object
Returns the value of attribute dependency
14 15 16 |
# File 'lib/kettle/rb/gem_dependencies.rb', line 14 def dependency @dependency end |
#gem_name ⇒ Object
Returns the value of attribute gem_name
14 15 16 |
# File 'lib/kettle/rb/gem_dependencies.rb', line 14 def gem_name @gem_name end |
#requirements ⇒ Object
Returns the value of attribute requirements
14 15 16 |
# File 'lib/kettle/rb/gem_dependencies.rb', line 14 def requirements @requirements end |
#series ⇒ Object
Returns the value of attribute series
14 15 16 |
# File 'lib/kettle/rb/gem_dependencies.rb', line 14 def series @series end |
#source ⇒ Object
Returns the value of attribute source
14 15 16 |
# File 'lib/kettle/rb/gem_dependencies.rb', line 14 def source @source end |