Class: Fog::Compute::OpenStack::Tenant
- Inherits:
-
OpenStack::Model
- Object
- Model
- OpenStack::Model
- Fog::Compute::OpenStack::Tenant
- Defined in:
- lib/fog/compute/openstack/models/tenant.rb
Instance Attribute Summary
Attributes inherited from OpenStack::Model
Instance Method Summary collapse
Methods inherited from OpenStack::Model
#create, #destroy, #initialize, #save, #update
Constructor Details
This class inherits a constructor from Fog::OpenStack::Model
Instance Method Details
#to_s ⇒ Object
13 14 15 |
# File 'lib/fog/compute/openstack/models/tenant.rb', line 13 def to_s name end |
#usage(start_date, end_date) ⇒ Object
17 18 19 20 |
# File 'lib/fog/compute/openstack/models/tenant.rb', line 17 def usage(start_date, end_date) requires :id service.get_usage(id, start_date, end_date).body['tenant_usage'] end |