Sha256: 73f0ba6934325811649b221d53ee49171748828627edebd8f9b87b7639dc140d
Contents?: true
Size: 315 Bytes
Versions: 24
Compression:
Stored size: 315 Bytes
Contents
require "cfoundry/v2/model" module CFoundry::V2 class Service < Model attribute :label attribute :provider attribute :url attribute :description attribute :version attribute :info_url attribute :acls attribute :timeout attribute :active to_many :service_plans end end
Version data entries
24 entries across 24 versions & 1 rubygems