Method: Fog::Identity::OpenStack::Tenant#create

Defined in:
lib/rackspace-fog/openstack/models/identity/tenant.rb

#createObject



46
47
48
49
50
# File 'lib/rackspace-fog/openstack/models/identity/tenant.rb', line 46

def create
  merge_attributes(
    connection.create_tenant(attributes).body['tenant'])
  self
end