class PuppetHerald::App::Api

An API app module

Public Instance Methods

api() click to toggle source

API getter @return [ApiImplV1] an api object

# File lib/puppet-herald/app/api.rb, line 143
def api
  settings.api
end