Project

General

Profile

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

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

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