lib/payg/request.rb in payg-0.1.1 vs lib/payg/request.rb in payg-0.1.2

- old
+ new

@@ -6,9 +6,11 @@ # objects, which make requests to the server # using HTTParty class Request include HTTParty + ssl_ca_file File.dirname(__FILE__) + '/../ca-bundle.crt' + def initialize(entity_name = nil) self.class.base_uri(Payg::BASE_URI) @entity_name = entity_name headers = {