Class: Kettle::Rb::CompatMatrix::Entry
- Inherits:
-
Struct
- Object
- Struct
- Kettle::Rb::CompatMatrix::Entry
- Defined in:
- lib/kettle/rb/compat_matrix.rb
Instance Attribute Summary collapse
-
#bundler ⇒ Object
Returns the value of attribute bundler.
-
#engine ⇒ Object
Returns the value of attribute engine.
-
#key ⇒ Object
Returns the value of attribute key.
-
#mri ⇒ Object
Returns the value of attribute mri.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#rails ⇒ Object
Returns the value of attribute rails.
-
#rails_appraisals ⇒ Object
Returns the value of attribute rails_appraisals.
-
#rubocop ⇒ Object
Returns the value of attribute rubocop.
-
#rubocop_lts ⇒ Object
Returns the value of attribute rubocop_lts.
-
#rubocop_lts_branch ⇒ Object
Returns the value of attribute rubocop_lts_branch.
-
#rubocop_lts_requirement ⇒ Object
Returns the value of attribute rubocop_lts_requirement.
-
#rubocop_ruby_gem ⇒ Object
Returns the value of attribute rubocop_ruby_gem.
-
#rubocop_ruby_requirement ⇒ Object
Returns the value of attribute rubocop_ruby_requirement.
-
#ruby ⇒ Object
Returns the value of attribute ruby.
-
#rubygems ⇒ Object
Returns the value of attribute rubygems.
-
#workflow_ruby ⇒ Object
Returns the value of attribute workflow_ruby.
Instance Attribute Details
#bundler ⇒ Object
Returns the value of attribute bundler
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def bundler @bundler end |
#engine ⇒ Object
Returns the value of attribute engine
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def engine @engine end |
#key ⇒ Object
Returns the value of attribute key
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def key @key end |
#mri ⇒ Object
Returns the value of attribute mri
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def mri @mri end |
#notes ⇒ Object
Returns the value of attribute notes
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def notes @notes end |
#rails ⇒ Object
Returns the value of attribute rails
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def rails @rails end |
#rails_appraisals ⇒ Object
Returns the value of attribute rails_appraisals
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def rails_appraisals @rails_appraisals end |
#rubocop ⇒ Object
Returns the value of attribute rubocop
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def rubocop @rubocop end |
#rubocop_lts ⇒ Object
Returns the value of attribute rubocop_lts
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def rubocop_lts @rubocop_lts end |
#rubocop_lts_branch ⇒ Object
Returns the value of attribute rubocop_lts_branch
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def rubocop_lts_branch @rubocop_lts_branch end |
#rubocop_lts_requirement ⇒ Object
Returns the value of attribute rubocop_lts_requirement
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def rubocop_lts_requirement @rubocop_lts_requirement end |
#rubocop_ruby_gem ⇒ Object
Returns the value of attribute rubocop_ruby_gem
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def rubocop_ruby_gem @rubocop_ruby_gem end |
#rubocop_ruby_requirement ⇒ Object
Returns the value of attribute rubocop_ruby_requirement
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def rubocop_ruby_requirement @rubocop_ruby_requirement end |
#ruby ⇒ Object
Returns the value of attribute ruby
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def ruby @ruby end |
#rubygems ⇒ Object
Returns the value of attribute rubygems
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def rubygems @rubygems end |
#workflow_ruby ⇒ Object
Returns the value of attribute workflow_ruby
8 9 10 |
# File 'lib/kettle/rb/compat_matrix.rb', line 8 def workflow_ruby @workflow_ruby end |