lib/cfoundry/v2/framework.rb in cfoundry-0.3.23 vs lib/cfoundry/v2/framework.rb in cfoundry-0.3.24
- old
+ new
@@ -1,10 +1,10 @@
require "cfoundry/v2/model"
module CFoundry::V2
class Framework < Model
- attribute :name
- attribute :description
+ attribute :name, :string
+ attribute :description, :string
to_many :apps
def detection
nil # TODO for v2?
end