class HammerCLIKatello::Organization::InfoCommand
Public Instance Methods
extend_data(data)
click to toggle source
# File lib/hammer_cli_katello/organization.rb, line 28 def extend_data(data) data["simple_content_access_label"] = if data["simple_content_access"] _("Enabled") else _("Disabled") end data end