lib/cfoundry/v2/service.rb in cfoundry-0.6.0.rc3 vs lib/cfoundry/v2/service.rb in cfoundry-0.6.0.rc4
- old
+ new
@@ -10,9 +10,10 @@
attribute :info_url, :url
attribute :acls, { "users" => [String], "wildcards" => [String] },
:default => nil
attribute :timeout, Integer, :default => nil
attribute :active, :boolean, :default => false
+ attribute :extra, String
to_many :service_plans
queryable_by :service_plan_guid
end
end