Sha256: 228bebf1e4fb52c5e4bb735e865076a80c7bd933f34c12654eb031a9bc2422db

Contents?: true

Size: 322 Bytes

Versions: 101

Compression:

Stored size: 322 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class QuotaDefinition < Model
    attribute :name,                       :string
    attribute :non_basic_services_allowed, :boolean
    attribute :total_services,             :integer
    attribute :memory_limit,               :integer

    queryable_by :name
  end
end

Version data entries

101 entries across 101 versions & 3 rubygems

Version Path
cfoundry-0.6.1.rc4 lib/cfoundry/v2/quota_definition.rb