Sha256: 3be2b55bdb265ab93d08d0f81cf233c5e6056215e123749efbb46100124ce6c5
Contents?: true
Size: 588 Bytes
Versions: 23
Compression:
Stored size: 588 Bytes
Contents
module HammerCLIForeman class MailNotification < HammerCLIForeman::Command resource :mail_notifications class ListCommand < HammerCLIForeman::ListCommand output do field :id, _("Id") field :name, _("Name") end build_options end class InfoCommand < HammerCLIForeman::InfoCommand output do field :id, _("Id") field :name, _("Name") field :description, _("Description") field :subscription_type, _("Subscription type") end build_options end autoload_subcommands end end
Version data entries
23 entries across 23 versions & 1 rubygems