Method: Fog::Compute::Brightbox::Accounts#all
- Defined in:
- lib/fog/brightbox/models/compute/accounts.rb
#all ⇒ Object
12 13 14 15 |
# File 'lib/fog/brightbox/models/compute/accounts.rb', line 12 def all data = connection.list_accounts load(data) end |