Project

General

Profile

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

global_id_field :id
timestamps
field :name, String

belongs_to :environment, Types::Environment
belongs_to :model, Types::Model
has_many :fact_names, Types::FactName
has_many :fact_values, Types::FactValue
end
end
(12-12/24)