lib/cfoundry/v2/service.rb in cfoundry-0.3.61 vs lib/cfoundry/v2/service.rb in cfoundry-0.4.0

- old
+ new

@@ -11,7 +11,9 @@ attribute :acls, { "users" => [String], "wildcards" => [String] }, :default => nil attribute :timeout, Integer, :default => nil attribute :active, :boolean, :default => false to_many :service_plans + + queryable_by :service_plan_guid end end