Sha256: 3a5a4730a7c2bdc0803b16544de9a15be879063ee4e74ceb4f1d14b2f33d5032
Contents?: true
Size: 596 Bytes
Versions: 13
Compression:
Stored size: 596 Bytes
Contents
module ChefAPI class Resource::Organization < Resource::Base collection_path '/organizations' schema do attribute :name, type: String, primary: true, required: true attribute :org_type, type: String attribute :full_name, type: String attribute :clientname, type: String attribute :guid, type: String ignore :_id ignore :_rev ignore :chargify_subscription_id ignore :chargify_customer_id ignore :billing_plan ignore :requester_id ignore :assigned_at ignore 'couchrest-type' end end end
Version data entries
13 entries across 13 versions & 2 rubygems