lib/fastly/customer.rb in fastly-1.1.4 vs lib/fastly/customer.rb in fastly-1.1.5

- old
+ new

@@ -18,9 +18,9 @@ # # The id of the user that owns this customer # Return a user object representing the owner of this Customer def owner - self.fetcher.get(User,self.owner_id) + fetcher.get(User, owner_id) end end end