Class: Bundler::Interactive::OutdatedGem::Choice
- Inherits:
-
Struct
- Object
- Struct
- Bundler::Interactive::OutdatedGem::Choice
- Defined in:
- lib/bundler/interactive/outdated_gem.rb
Instance Attribute Summary collapse
-
#git ⇒ Object
Returns the value of attribute git.
-
#held ⇒ Object
Returns the value of attribute held.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#role ⇒ Object
Returns the value of attribute role.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#git ⇒ Object
Returns the value of attribute git
12 13 14 |
# File 'lib/bundler/interactive/outdated_gem.rb', line 12 def git @git end |
#held ⇒ Object
Returns the value of attribute held
12 13 14 |
# File 'lib/bundler/interactive/outdated_gem.rb', line 12 def held @held end |
#ref ⇒ Object
Returns the value of attribute ref
12 13 14 |
# File 'lib/bundler/interactive/outdated_gem.rb', line 12 def ref @ref end |
#role ⇒ Object
Returns the value of attribute role
12 13 14 |
# File 'lib/bundler/interactive/outdated_gem.rb', line 12 def role @role end |
#version ⇒ Object
Returns the value of attribute version
12 13 14 |
# File 'lib/bundler/interactive/outdated_gem.rb', line 12 def version @version end |