# File lib/hammer_cli_foreman/references.rb, line 48 def self.compute_resources(dsl) dsl.build do collection :compute_resources, _("Compute resources"), :numbered => false do custom_field Fields::Reference end end end
# File lib/hammer_cli_foreman/references.rb, line 64 def self.config_templates(dsl) dsl.build do collection :config_templates, _("Templates"), :numbered => false do custom_field Fields::Template end end end
# File lib/hammer_cli_foreman/references.rb, line 72 def self.domains(dsl) dsl.build do collection :domains, _("Domains"), :numbered => false do custom_field Fields::Reference end end end
# File lib/hammer_cli_foreman/references.rb, line 80 def self.environments(dsl) dsl.build do collection :environments, _("Environments"), :numbered => false do custom_field Fields::Reference end end end
# File lib/hammer_cli_foreman/references.rb, line 137 def self.external_usergroups(dsl) dsl.build do collection :external_usergroups, _("External user groups"), :numbered => false do custom_field Fields::Reference end end end
# File lib/hammer_cli_foreman/references.rb, line 88 def self.hostgroups(dsl) dsl.build do collection :hostgroups, _("Hostgroups"), :numbered => false do custom_field Fields::Reference end end end
# File lib/hammer_cli_foreman/references.rb, line 56 def self.media(dsl) dsl.build do collection :media, _("Installation media"), :numbered => false do custom_field Fields::Reference end end end
# File lib/hammer_cli_foreman/references.rb, line 121 def self.operating_systems(dsl) dsl.build do collection :operatingsystems, _("Operating systems"), :numbered => false do custom_field Fields::Reference, :name_key => :title end end end
# File lib/hammer_cli_foreman/references.rb, line 105 def self.parameters(dsl) dsl.build do collection :parameters, _("Parameters"), :numbered => false do custom_field Fields::KeyValue end end end
# File lib/hammer_cli_foreman/references.rb, line 113 def self.puppetclasses(dsl) dsl.build do collection :puppetclasses, _("Puppetclasses"), :numbered => false do custom_field Fields::Reference end end end
# File lib/hammer_cli_foreman/references.rb, line 129 def self.roles(dsl) dsl.build do collection :roles, _("Roles"), :numbered => false do custom_field Fields::Reference end end end
# File lib/hammer_cli_foreman/references.rb, line 40 def self.smart_proxies(dsl) dsl.build do collection :smart_proxies, _("Smart proxies"), :numbered => false do custom_field Fields::Reference end end end
# File lib/hammer_cli_foreman/references.rb, line 96 def self.subnets(dsl) dsl.build do collection :subnets, _("Subnets"), :numbered => false do custom_field Fields::Reference, :details => :network_address end end end
# File lib/hammer_cli_foreman/references.rb, line 13 def self.taxonomies(dsl) dsl.build do collection :locations, _("Locations"), :numbered => false, :hide_blank => true do custom_field Fields::Reference end collection :organizations, _("Organizations"), :numbered => false, :hide_blank => true do custom_field Fields::Reference end end end
# File lib/hammer_cli_foreman/references.rb, line 6 def self.timestamps(dsl) dsl.build do field :created_at, _("Created at"), Fields::Date field :updated_at, _("Updated at"), Fields::Date end end
Generated with the Darkfish Rdoc Generator 2.