Class: Economic::Demo

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

Class Method Summary collapse

Class Method Details

.helloObject



103
104
105
106
107
108
# File 'lib/economic/rest.rb', line 103

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