Class: BundleSafeUpdate::RiskCache::OwnerChange
- Inherits:
-
Struct
- Object
- Struct
- BundleSafeUpdate::RiskCache::OwnerChange
- Defined in:
- lib/bundle_safe_update/risk_cache.rb
Instance Attribute Summary collapse
-
#current_owners ⇒ Object
Returns the value of attribute current_owners.
-
#gem_name ⇒ Object
Returns the value of attribute gem_name.
-
#previous_owners ⇒ Object
Returns the value of attribute previous_owners.
Instance Attribute Details
#current_owners ⇒ Object
Returns the value of attribute current_owners
12 13 14 |
# File 'lib/bundle_safe_update/risk_cache.rb', line 12 def current_owners @current_owners end |
#gem_name ⇒ Object
Returns the value of attribute gem_name
12 13 14 |
# File 'lib/bundle_safe_update/risk_cache.rb', line 12 def gem_name @gem_name end |
#previous_owners ⇒ Object
Returns the value of attribute previous_owners
12 13 14 |
# File 'lib/bundle_safe_update/risk_cache.rb', line 12 def previous_owners @previous_owners end |