lib/flexmls_api/client.rb in flexmls_api-0.6.5 vs lib/flexmls_api/client.rb in flexmls_api-0.7.0
- old
+ new
@@ -19,8 +19,8 @@
send("#{key}=", options[key])
end
# Instanciate the authenication class passed in.
@authenticator = authentication_mode.send("new", self)
end
-
+
end
end