Sha256: 7a44555e9620e97bb9cc6fc21d7b8ee10b4a2787b3b012e52e56d90ce323f83e
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
require "cfoundry/v2/model" module CFoundry::V2 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 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cfoundry-0.3.25 | lib/cfoundry/v2/framework.rb |
cfoundry-0.3.24 | lib/cfoundry/v2/framework.rb |