Sha256: 98e4a65abb8914b3be29b84a6e3dc5bb6a5d3635d37a9fe63ec1410ec0786af1
Contents?: true
Size: 255 Bytes
Versions: 7
Compression:
Stored size: 255 Bytes
Contents
module Rentjuicer class Client include HTTParty format :json attr_accessor :api_key def initialize(api_key) self.api_key = api_key self.class.base_uri "api.rentjuice.com/#{self.api_key}" end end end
Version data entries
7 entries across 7 versions & 1 rubygems