Sha256: f5ea507554f9fbcacbfb6c4251cc5610d7cb993286039339764b3866a13c4c39
Contents?: true
Size: 408 Bytes
Versions: 16
Compression:
Stored size: 408 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 attribute :public, :boolean to_one :service to_many :service_instances queryable_by :service_guid, :service_instance_guid end end
Version data entries
16 entries across 16 versions & 3 rubygems