Class: Economic::Demo

Inherits:
Object
  • Object
show all
Defined in:
lib/economic/rest.rb

Class Method Summary collapse

Class Method Details

.helloObject



143
144
145
146
147
148
# File 'lib/economic/rest.rb', line 143

def self.hello
  RestClient.get("https://restapi.e-conomic.com/",
    "X-AppSecretToken": "Demo",
    "X-AgreementGrantToken": "Demo",
    "Content-Type": "application/json")
end