Method: Fog::Network::OpenStack::RbacPolicy#create
- Defined in:
- lib/fog/network/openstack/models/rbac_policy.rb
#create ⇒ Object
14 15 16 17 18 |
# File 'lib/fog/network/openstack/models/rbac_policy.rb', line 14 def create requires :object_type, :object_id, :target_tenant, :action merge_attributes(service.create_rbac_policy(attributes).body['rbac_policy']) self end |