Class: HammerCLIKatello::ContentView::AddContentViewVersionCommand

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

Instance Method Summary collapse

Methods included from ResolverCommons

included

Instance Method Details

#association_name(plural = false) ⇒ Object



217
218
219
# File 'lib/hammer_cli_katello/content_view.rb', line 217

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