Sha256: 73f0ba6934325811649b221d53ee49171748828627edebd8f9b87b7639dc140d

Contents?: true

Size: 315 Bytes

Versions: 24

Compression:

Stored size: 315 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class Service < Model
    attribute :label
    attribute :provider
    attribute :url
    attribute :description
    attribute :version
    attribute :info_url
    attribute :acls
    attribute :timeout
    attribute :active
    to_many   :service_plans
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
cfoundry-0.3.23 lib/cfoundry/v2/service.rb
cfoundry-0.3.22 lib/cfoundry/v2/service.rb
cfoundry-0.3.21 lib/cfoundry/v2/service.rb
cfoundry-0.3.20 lib/cfoundry/v2/service.rb
cfoundry-0.3.19 lib/cfoundry/v2/service.rb
cfoundry-0.3.18 lib/cfoundry/v2/service.rb
cfoundry-0.3.17 lib/cfoundry/v2/service.rb
cfoundry-0.3.16 lib/cfoundry/v2/service.rb
cfoundry-0.3.15 lib/cfoundry/v2/service.rb
cfoundry-0.3.14 lib/cfoundry/v2/service.rb
cfoundry-0.3.13 lib/cfoundry/v2/service.rb
cfoundry-0.3.12 lib/cfoundry/v2/service.rb
cfoundry-0.3.11 lib/cfoundry/v2/service.rb
cfoundry-0.3.10 lib/cfoundry/v2/service.rb
cfoundry-0.3.9 lib/cfoundry/v2/service.rb
cfoundry-0.3.8 lib/cfoundry/v2/service.rb
cfoundry-0.3.7 lib/cfoundry/v2/service.rb
cfoundry-0.3.6 lib/cfoundry/v2/service.rb
cfoundry-0.3.5 lib/cfoundry/v2/service.rb
cfoundry-0.3.4 lib/cfoundry/v2/service.rb