Sha256: a5d9eb302e7cc60cf63a341530a4b8b6b5777264724d6040ce4166c3bbb6b724
Contents?: true
Size: 231 Bytes
Versions: 1
Compression:
Stored size: 231 Bytes
Contents
module Pepipost class Configuration # The base Uri for API calls @base_uri = 'https://api.pepipost.com' # create the getters and setters class << self attr_accessor :base_uri end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pepipost-0.0.1 | lib/pepipost/configuration.rb |