Sha256: 223fe8900584b557423435e027351c7906bbb3251c04a04b76d4049432939f62

Contents?: true

Size: 222 Bytes

Versions: 20

Compression:

Stored size: 222 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class ServiceInstance < Model
    attribute :name, :string
    to_one    :space
    to_one    :service_plan
    to_many   :service_bindings

    scoped_to_space
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
cfoundry-0.3.61 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.60 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.59 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.58 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.57 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.56 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.55 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.54 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.53 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.52 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.51 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.50 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.49 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.48 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.47 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.46 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.45 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.44 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.43 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.42 lib/cfoundry/v2/service_instance.rb