lib/infrataster/resources/http_resource.rb in infrataster-0.2.2 vs lib/infrataster/resources/http_resource.rb in infrataster-0.2.3

- old
+ new

@@ -42,9 +42,13 @@ end def ssl_option @options[:ssl] end + + def basic_auth + @options[:basic_auth] + end end end end