Class: HammerCLIKatello::ContentView::AddContentViewVersionCommand
- Inherits:
-
AddAssociatedCommand
- Object
- HammerCLIForeman::AddAssociatedCommand
- AddAssociatedCommand
- HammerCLIKatello::ContentView::AddContentViewVersionCommand
- Includes:
- OrganizationOptions
- Defined in:
- lib/hammer_cli_katello/content_view.rb
Instance Method Summary collapse
Methods included from OrganizationOptions
Methods included from ResolverCommons
Instance Method Details
#association_name(plural = false) ⇒ Object
346 347 348 |
# File 'lib/hammer_cli_katello/content_view.rb', line 346 def association_name(plural = false) plural ? "components" : "component" end |