Class: Economic::Demo
- Inherits:
-
Object
- Object
- Economic::Demo
- Defined in:
- lib/economic/rest.rb
Class Method Summary collapse
Class Method Details
.hello ⇒ Object
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 |