Sha256: 405471be8675abca2ff6f71b798c1dc4f02218b9ff20af466672df829085c18b
Contents?: true
Size: 177 Bytes
Versions: 1
Compression:
Stored size: 177 Bytes
Contents
# frozen_string_literal: true module EatabitRails module REST module Config HOST = 'api.eatabit.io' PROTOCOL = 'https' VERSION = 'v2' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eatabit_rails-0.2.1 | lib/eatabit_rails/rest/config.rb |