Project

General

Profile

Download (272 Bytes) Statistics
| Branch: | Tag: | Revision:
module Types
class Operatingsystem < BaseObject
description 'An Operatingsystem'

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

has_many :hosts, Types::Host
end
end
(18-18/29)