struct

Krikri::PluginHelpers::RhsmRepository::Plan

Inherits Struct < Value < Object

The whole decision the real module's repository_modify() makes: which repo IDs to enable/disable for the requested state, whether anything changes, the updated (post-decision) repo list, and the "not a valid repository ID" failure the real module raises when a pattern matches nothing.

Constructors

new(enable : Array(String), disable : Array(String), changed : Bool, updated : Array(Krikri::PluginHelpers::RhsmRepository::Repo), invalid_pattern : Nil | String)
Source

Instance methods

changed
Source
disable
Source
enable
Source
invalid_pattern
Source
updated
Source