Sha256: 3e4f1d3040c2605068b063ec0fcc2a26351dc1952bb8de6ef6d8d7ffa1786a2b
Contents?: true
Size: 297 Bytes
Versions: 10
Compression:
Stored size: 297 Bytes
Contents
require "cfoundry/v2/model" module CFoundry::V2 class Domain < Model attribute :name, :string attribute :wildcard, :boolean, :default => true to_one :owning_organization, :as => :organization, :default => nil # hide wildcard support for now private :wildcard= end end
Version data entries
10 entries across 10 versions & 1 rubygems