Method: Fog::Ecloud::Compute::Nodes#all
- Defined in:
- lib/fog/compute/models/ecloud/nodes.rb
#all ⇒ Object
13 14 15 16 17 18 |
# File 'lib/fog/compute/models/ecloud/nodes.rb', line 13 def all check_href!( :messages => "the Nodes href of the Internet Service you want to enumerate" ) if data = connection.get_nodes(href).body[:NodeService] load(data) end end |