lib/chef-api/resources/organization.rb in chef-infra-api-0.10.0 vs lib/chef-api/resources/organization.rb in chef-infra-api-0.10.2
- old
+ new
@@ -1,8 +1,8 @@
module ChefAPI
class Resource::Organization < Resource::Base
- collection_path '/organizations'
+ collection_path "/organizations"
schema do
attribute :name, type: String, primary: true, required: true
attribute :org_type, type: String
attribute :full_name, type: String
@@ -14,9 +14,9 @@
ignore :chargify_subscription_id
ignore :chargify_customer_id
ignore :billing_plan
ignore :requester_id
ignore :assigned_at
- ignore 'couchrest-type'
+ ignore "couchrest-type"
end
end
end