Class: KillBillClient::Model::RoleDefinition
- Inherits:
-
RoleDefinitionAttributes
- Object
- Resource
- RoleDefinitionAttributes
- KillBillClient::Model::RoleDefinition
- Defined in:
- lib/killbill_client/models/role_definition.rb
Constant Summary
Constants inherited from Resource
KillBillClient::Model::Resource::KILLBILL_API_PAGINATION_PREFIX, KillBillClient::Model::Resource::KILLBILL_API_PREFIX
Instance Attribute Summary
Attributes inherited from Resource
#clazz, #etag, #response, #session_id, #uri
Instance Method Summary collapse
Methods inherited from Resource
#==, #_to_hash, attribute, create_alias, delete, extract_session_id, from_json, from_response, get, has_many, has_one, #hash, head, #initialize, instantiate_record_from_json, post, put, #refresh, require_multi_tenant_options!, #to_hash, #to_json
Constructor Details
This class inherits a constructor from KillBillClient::Model::Resource
Instance Method Details
#create(user = nil, reason = nil, comment = nil, options = {}) ⇒ Object
5 6 7 8 9 10 11 12 13 14 15 |
# File 'lib/killbill_client/models/role_definition.rb', line 5 def create(user = nil, reason = nil, comment = nil, = {}) created_role = self.class.post "#{Security::KILLBILL_API_SECURITY_PREFIX}/roles", to_json, {}, { :user => user, :reason => reason, :comment => comment, }.merge() created_role.refresh() end |