Sha256: dbac86f65f7208646f14e0582b9a73871f95a1cc75e1786b7bed7671383c2733
Contents?: true
Size: 390 Bytes
Versions: 27
Compression:
Stored size: 390 Bytes
Contents
module Unimatrix::Curator class Source < Unimatrix::DynamicResource field :id field :uuid field :realm_uuid field :name field :provider field :url field :time_to_live field :last_polled_at field :state field :created_at field :destroyed_at field :updated_at has_many :activities has_one :realm end end
Version data entries
27 entries across 27 versions & 1 rubygems