Project

General

Profile

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

global_id_field :id
timestamps
field :name, String
field :url, String
end
end
(20-20/24)