Sha256: 6a711ead8a1b76d6362e595fac3451ac1525ceb80dc1415b614ecb6a3a14145e
Contents?: true
Size: 271 Bytes
Versions: 1
Compression:
Stored size: 271 Bytes
Contents
module PulpSimple class Jobs < PulpSimple::Base DEFINED_METHODS = { 'list' => { :http_method => :get, :url_method_name => '' }, 'info' => { :http_method => :get, :url_method_name => '' } } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_simple-0.1.0 | lib/pulp_simple/jobs.rb |