Sha256: 20be4597d5ae6ce9c4b8948a92326347c0d7c7419bbd4145c029fba0b1d3f86c

Contents?: true

Size: 188 Bytes

Versions: 3

Compression:

Stored size: 188 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class Route < Model
    attribute :host, :string
    to_one    :domain
    to_one    :organization

    scoped_to_organization
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cfoundry-0.3.44 lib/cfoundry/v2/route.rb
cfoundry-0.3.43 lib/cfoundry/v2/route.rb
cfoundry-0.3.42 lib/cfoundry/v2/route.rb