Project

General

Profile

« Previous | Next » 

Revision 661ca339

Added by Justin Sherrill over 9 years ago

Changing runcible to support multiple pulp servers.

Now, classes need to be instantiated. For example:

Instead of Runcible::Resources::Repository.find()

you would need to use:

Runcible::Resources::Repository.new(config).find()

You can all instantiate Runcible::Instance to get access to all modules:

runc = Runcible::Instance.new(config)
runc.resources.repository.find()

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences