Method: OpenStack::Swift::Connection#count
- Defined in:
- lib/openstack/swift/connection.rb
#count ⇒ Object
The total number of containers under this connection
60 61 62 |
# File 'lib/openstack/swift/connection.rb', line 60 def count get_info[:count] end |