class Iglu::Registries::NotFound

Lookup results

Attributes

registry[R]

Public Class Methods

new(registry) click to toggle source
# File lib/iglu-client/registries.rb, line 95
def initialize(registry)
  @registry = registry
end

Public Instance Methods

to_s() click to toggle source
# File lib/iglu-client/registries.rb, line 99
def to_s
  "Not found at #{@registry}"
end