Sha256: d01324b4ff30d3fd41e4033c69f4efab868657035ab07d3ae7eef325d698f574
Contents?: true
Size: 235 Bytes
Versions: 41
Compression:
Stored size: 235 Bytes
Contents
require "cfoundry/v2/model" module CFoundry::V2 class Runtime < Model attribute :name, :string attribute :description, :string attribute :version, :string to_many :apps queryable_by :name, :app_guid end end
Version data entries
41 entries across 41 versions & 3 rubygems