Class: Economic::Demo
- Inherits:
-
Object
- Object
- Economic::Demo
- Defined in:
- lib/economic/rest.rb
Class Method Summary collapse
Class Method Details
.hello ⇒ Object
152 153 154 155 156 157 |
# File 'lib/economic/rest.rb', line 152 def self.hello RestClient.get("https://restapi.e-conomic.com/", "X-AppSecretToken": "Demo", "X-AgreementGrantToken": "Demo", "Content-Type": "application/json") end |