lib/voipfone_client/client.rb in voipfone_client-0.0.5 vs lib/voipfone_client/client.rb in voipfone_client-0.2.0
- old
+ new
@@ -17,10 +17,9 @@
if account_balance == "authfirst"
raise NotAuthenticatedError, "Username or Password weren't accepted. You'll need to instantiate a new VoipfoneClient::Client object."
end
end
- private
# Responses from the private Voipfone API are always in the form ["message", {content}]
# We will strip the message (hopefully "OK"), raise if not OK, and return the content.
# @param request [JSON] The raw request response from the Voipfone API
# @return [Hash] the parsed JSON
def parse_response(request)
\ No newline at end of file