Class: Cloudpassage::Group
- Defined in:
- lib/cloudpassage/groups.rb
Instance Attribute Summary
Attributes inherited from Single
Instance Method Summary collapse
Methods inherited from Single
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
#servers ⇒ Object
12 13 14 |
# File 'lib/cloudpassage/groups.rb', line 12 def servers Servers.new(@token, @base_resource['servers']) end |