Class: HammerCLIKatello::ContentView::AddContentViewVersionCommand

Inherits:
AddAssociatedCommand
  • Object
show all
Includes:
OrganizationOptions
Defined in:
lib/hammer_cli_katello/content_view.rb

Instance Method Summary collapse

Methods included from OrganizationOptions

included, #org_options

Methods included from ResolverCommons

included

Instance Method Details

#association_name(plural = false) ⇒ Object



275
276
277
# File 'lib/hammer_cli_katello/content_view.rb', line 275

def association_name(plural = false)
  plural ? "components" : "component"
end