Module: PulpHelper::Misc
- Included in:
- Lita::Handlers::Pulp
- Defined in:
- lib/pulphelper/misc.rb
Instance Method Summary collapse
Instance Method Details
#client ⇒ Object
5 6 7 8 9 10 11 12 13 14 |
# File 'lib/pulphelper/misc.rb', line 5 def client Runcible::Instance.new({ :url => config.url, :api_path => config.api_path||'pulp/api/v2', :user => config.username, :http_auth => {:password => config.password}, :verify_ssl => config.verify_ssl || false, :logger => "", }) end |