module YafoyIntegrations

Constants

INTEGRATION_PATH
ROOT_PATH
VERSION

Public Class Methods

tsurprise() click to toggle source
# File lib/yafoy_integrations.rb, line 11
def tsurprise
  @integrations = load_integrations("tsurprise.yml")
end

Private Class Methods

load_integrations(filename) click to toggle source
# File lib/yafoy_integrations.rb, line 17
def load_integrations(filename)
  YAML.load_file(INTEGRATION_PATH.join(filename))
end