Method: CloudFiles::Connection#count
- Defined in:
- lib/cloudfiles/connection.rb
#count ⇒ Object
The total number of containers under this connection
155 156 157 |
# File 'lib/cloudfiles/connection.rb', line 155 def count get_info[:count] end |