Class: BundleSafeUpdate::GemChecker::CheckResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundle_safe_update/gem_checker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#age_daysObject

Returns the value of attribute age_days

Returns:

  • the current value of age_days



5
6
7
# File 'lib/bundle_safe_update/gem_checker.rb', line 5

def age_days
  @age_days
end

#allowedObject

Returns the value of attribute allowed

Returns:

  • the current value of allowed



5
6
7
# File 'lib/bundle_safe_update/gem_checker.rb', line 5

def allowed
  @allowed
end

#current_versionObject

Returns the value of attribute current_version

Returns:

  • the current value of current_version



5
6
7
# File 'lib/bundle_safe_update/gem_checker.rb', line 5

def current_version
  @current_version
end

#nameObject

Returns the value of attribute name

Returns:

  • the current value of name



5
6
7
# File 'lib/bundle_safe_update/gem_checker.rb', line 5

def name
  @name
end

#reasonObject

Returns the value of attribute reason

Returns:

  • the current value of reason



5
6
7
# File 'lib/bundle_safe_update/gem_checker.rb', line 5

def reason
  @reason
end

#versionObject

Returns the value of attribute version

Returns:

  • the current value of version



5
6
7
# File 'lib/bundle_safe_update/gem_checker.rb', line 5

def version
  @version
end