Class: Api

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/cite_mapper/api.rb

Instance Method Summary collapse

Instance Method Details

#mapperObject



23
24
25
# File 'lib/cite_mapper/api.rb', line 23

def mapper
  @mapper ||= CiteMapper.new
end