lib/cfoundry/v2/framework.rb in cfoundry-0.3.25 vs lib/cfoundry/v2/framework.rb in cfoundry-0.3.26

- old
+ new

@@ -4,15 +4,9 @@ class Framework < Model attribute :name, :string attribute :description, :string to_many :apps - def detection - nil # TODO for v2? - end - - def runtimes - [] # TODO for v2? - end + attr_accessor :detection, :runtimes end end