Sha256: dea75759335abf605663c7d837022765d468bebf1516cbfae0003333dc5be56b

Contents?: true

Size: 617 Bytes

Versions: 1

Compression:

Stored size: 617 Bytes

Contents

module PulpSimple
  class ConsumerGroups < PulpSimple::Base

    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 }
    }

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_simple-0.1.0 lib/pulp_simple/consumer_groups.rb