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

- old
+ new

@@ -4,9 +4,11 @@ class Framework < Model attribute :name, :string attribute :description, :string to_many :apps + queryable_by :name, :app_guid + attr_accessor :detection, :runtimes end end