lib/pupper/backend.rb in pupper-0.1.5 vs lib/pupper/backend.rb in pupper-0.1.6
- old
+ new
@@ -12,11 +12,9 @@
class << self
# Sets the base URL the API client will call
# @return [String] the URL (plus - optionally - a path)
attr_writer :base_url
- protected
-
def base_url
if @base_url.nil?
raise BaseUrlNotDefined, <<-ERR
Add the following to #{name} to make it work: