Sha256: 84833a1475e021d309c6fa5096f70daab0ed059bafbf2190a17c6f3cd970e776

Contents?: true

Size: 139 Bytes

Versions: 3

Compression:

Stored size: 139 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class Domain < Model
    attribute :name, :string
    to_one    :organization
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cfoundry-0.3.26 lib/cfoundry/v2/domain.rb
cfoundry-0.3.25 lib/cfoundry/v2/domain.rb
cfoundry-0.3.24 lib/cfoundry/v2/domain.rb