Sha256: 24b385b9b04fae0c86184ae682c5a6784a35b93061f8236e18682e57b65990eb
Contents?: true
Size: 596 Bytes
Versions: 8
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
8 entries across 8 versions & 2 rubygems