Method: Content::Pulp::Repository.create

Defined in:
app/services/content/pulp/repository.rb

.create(options = {}) ⇒ Object



9
10
11
# File 'app/services/content/pulp/repository.rb', line 9

def create(options = {})
  new(options).create
end