Method: Fog::OpenStack::Compute::Tenants#get
- Defined in:
- lib/fog/openstack/compute/models/tenants.rb
#get(id) ⇒ Object
18 19 20 |
# File 'lib/fog/openstack/compute/models/tenants.rb', line 18 def get(id) find { |tenant| tenant.id == id } end |