Project

General

Profile

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

global_id_field :id
timestamps
field :value, String

belongs_to :fact_name, Types::FactName
belongs_to :host, Types::Host
end
end
(11-11/24)