Exception: DocRepo::NotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/doc_repo.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, base: $!) ⇒ NotFound



13
14
15
16
# File 'lib/doc_repo.rb', line 13

def initialize(*args, base: $!)
  @base = base
  super(*args)
end

Instance Attribute Details

#baseObject (readonly)

Returns the value of attribute base.



12
13
14
# File 'lib/doc_repo.rb', line 12

def base
  @base
end