Class: HammerCLIKatello::FilterRule::CreateCommand

Inherits:
CreateCommand
  • Object
show all
Includes:
OrganizationOptions
Defined in:
lib/hammer_cli_katello/filter_rule.rb

Instance Method Summary collapse

Methods included from OrganizationOptions

included, #org_options

Methods included from ResolverCommons

included

Instance Method Details

#optionsObject



59
60
61
62
# File 'lib/hammer_cli_katello/filter_rule.rb', line 59

def options
  super['option_name'] ||= super['option_names'].split(',') if super['option_names']
  super
end