Class: Cloudpassage::Group

Inherits:
Single show all
Defined in:
lib/cloudpassage/groups.rb

Instance Attribute Summary

Attributes inherited from Single

#id

Instance Method Summary collapse

Methods inherited from Single

#destroy, #get, #initialize

Methods inherited from Base

#[], #data, #exists?, #headers, #initialize, #method_missing, #object_symbol, #post, #put, #reload, #wait_for

Constructor Details

This class inherits a constructor from Cloudpassage::Single

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Cloudpassage::Base

Instance Method Details

#serversObject



12
13
14
# File 'lib/cloudpassage/groups.rb', line 12

def servers
  Servers.new(@token, @base_resource['servers'])
end