class Economic::Demo

Public Class Methods

hello() click to toggle source
# File lib/economic/rest.rb, line 108
def self.hello
  RestClient.get("https://restapi.e-conomic.com/",
    'X-AppSecretToken': "Demo",
    'X-AgreementGrantToken': "Demo",
    'Content-Type': "application/json")
end