class CFoundry::V2::Domain

Public Instance Methods

system?() click to toggle source
# File lib/cfoundry/v2/domain.rb, line 16
def system?
  guid.present? && !owning_organization.present?
end