class Runcible::Resources::Unit

@see docs.pulpproject.org/dev-guide/integration/rest-api/content/index.html

Public Instance Methods

path(type) click to toggle source

Generates the API path for Units

@param [String] type the unit type @return [String] the unit search path

# File lib/runcible/resources/unit.rb, line 9
def path(type)
  "content/units/#{type}/search/"
end