Class: BundleSafeUpdate::RiskCache::OwnerChange

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

Instance Attribute Summary collapse

Instance Attribute Details

#current_ownersObject

Returns the value of attribute current_owners

Returns:

  • (Object)

    the current value of current_owners



12
13
14
# File 'lib/bundle_safe_update/risk_cache.rb', line 12

def current_owners
  @current_owners
end

#gem_nameObject

Returns the value of attribute gem_name

Returns:

  • (Object)

    the current value of gem_name



12
13
14
# File 'lib/bundle_safe_update/risk_cache.rb', line 12

def gem_name
  @gem_name
end

#previous_ownersObject

Returns the value of attribute previous_owners

Returns:

  • (Object)

    the current value of previous_owners



12
13
14
# File 'lib/bundle_safe_update/risk_cache.rb', line 12

def previous_owners
  @previous_owners
end