Class: PulpSimple::Jobs

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

Constant Summary collapse

DEFINED_METHODS =
{
    'list'                    => { :http_method => :get, :url_method_name => '' },
    'info'                    => { :http_method => :get, :url_method_name => '' }
}

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