Project

General

Profile

Download (300 Bytes) Statistics
| Branch: | Tag: | Revision:
module Types
class Location < BaseObject
description 'A Location'

global_id_field :id
timestamps
field :name, String
field :title, String

has_many :environments, Types::Environment
has_many :hosts, Types::Host
has_many :puppetclasses, Types::Puppetclass
end
end
(16-16/29)