Class: PulpSimple::ConsumerGroups

Inherits:
Base
  • Object
show all
Defined in:
lib/pulp_simple/consumer_groups.rb

Constant Summary collapse

DEFINED_METHODS =
{
    'list'                   => { :http_method => :get, :url_method_name => '', :class_method_ok? => true },
    'info'                   => { :http_method => :get, :url_method_name => '' },
    'installpackages'        => { :http_method => :post },
    'uninstallpackages'      => { :http_method => :post },
    'updatepackages'         => { :http_method => :post },
    'add_key_value_pair'     => { :http_method => :post },
    'delete_key_value_pair'  => { :http_method => :post }
}

Instance Attribute Summary

Attributes inherited from Base

#pulp_resource_name

Method Summary

Methods inherited from Base

#initialize, #method_missing

Constructor Details

This class inherits a constructor from PulpSimple::Base

Dynamic Method Handling

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