Class: Bundler::Interactive::OutdatedGem::Choice

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundler/interactive/outdated_gem.rb

Instance Attribute Summary collapse

Instance Attribute Details

#gitObject

Returns the value of attribute git

Returns:

  • (Object)

    the current value of git



12
13
14
# File 'lib/bundler/interactive/outdated_gem.rb', line 12

def git
  @git
end

#heldObject

Returns the value of attribute held

Returns:

  • (Object)

    the current value of held



12
13
14
# File 'lib/bundler/interactive/outdated_gem.rb', line 12

def held
  @held
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



12
13
14
# File 'lib/bundler/interactive/outdated_gem.rb', line 12

def ref
  @ref
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



12
13
14
# File 'lib/bundler/interactive/outdated_gem.rb', line 12

def role
  @role
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



12
13
14
# File 'lib/bundler/interactive/outdated_gem.rb', line 12

def version
  @version
end