Sha256: 9007c496e616ec5ed258c1be1b97cc000ffbf27f71b03d73d9b5cd632f9114e4
Contents?: true
Size: 255 Bytes
Versions: 24
Compression:
Stored size: 255 Bytes
Contents
require "cfoundry/v2/model" module CFoundry::V2 class Framework < Model attribute :name attribute :description to_many :apps def detection nil # TODO for v2? end def runtimes [] # TODO for v2? end end end
Version data entries
24 entries across 24 versions & 1 rubygems
Version | Path |
---|---|
cfoundry-0.3.3 | lib/cfoundry/v2/framework.rb |
cfoundry-0.3.2 | lib/cfoundry/v2/framework.rb |
cfoundry-0.3.1 | lib/cfoundry/v2/framework.rb |
cfoundry-0.3.0 | lib/cfoundry/v2/framework.rb |