Method: Fog::Identity::OpenStack::Tenant#create
- Defined in:
- lib/fog/openstack/models/identity/tenant.rb
#create ⇒ Object
46 47 48 49 50 |
# File 'lib/fog/openstack/models/identity/tenant.rb', line 46 def create merge_attributes( service.create_tenant(attributes).body['tenant']) self end |