Sha256: 3d35c7f9edf80bdd1dbdb6bcb8d9ab7794b1fee0ed7f6e96e75a46c1d0f9ee6d
Contents?: true
Size: 283 Bytes
Versions: 33
Compression:
Stored size: 283 Bytes
Contents
require "cfoundry/v2/model" module CFoundry::V2 class Domain < Model attribute :name, :string attribute :wildcard, :boolean to_one :owning_organization, :as => :organization, :default => nil queryable_by :name, :owning_organization_guid, :space_guid end end
Version data entries
33 entries across 33 versions & 3 rubygems