Sha256: f42231c67c2e248d0a9e947b4bfa3a356d74f08bc2ad83f7e52dcbc26d2a9708
Contents?: true
Size: 376 Bytes
Versions: 14
Compression:
Stored size: 376 Bytes
Contents
require "cfoundry/v2/model" module CFoundry::V2 class ServicePlan < Model attribute :name, :string attribute :description, :string attribute :unique_id, String attribute :free, :boolean, :default => false attribute :extra, :string to_one :service to_many :service_instances queryable_by :service_guid, :service_instance_guid end end
Version data entries
14 entries across 14 versions & 1 rubygems