Sha256: 8932f32943afc535620f36cd77fb5f6aaf2b78f0949b26f41a1b29914f5f265e
Contents?: true
Size: 524 Bytes
Versions: 59
Compression:
Stored size: 524 Bytes
Contents
require "cfoundry/v2/model" module CFoundry::V2 class Service < Model attribute :label, String attribute :provider, String attribute :url, :url attribute :description, String attribute :version, String attribute :info_url, :url attribute :acls, { "users" => [String], "wildcards" => [String] }, :default => nil attribute :timeout, Integer, :default => nil attribute :active, :boolean, :default => false to_many :service_plans queryable_by :service_plan_guid end end
Version data entries
59 entries across 59 versions & 3 rubygems