lib/infrataster/resources/http_resource.rb in infrataster-0.2.0 vs lib/infrataster/resources/http_resource.rb in infrataster-0.2.1
- old
+ new
@@ -38,9 +38,13 @@
end
def headers
@options[:headers]
end
+
+ def ssl_option
+ @options[:ssl]
+ end
end
end
end