class Sendle::Api::Ping
Public Instance Methods
process_index_response(response)
click to toggle source
# File lib/sendle/api/ping.rb, line 12 def process_index_response(response) Sendle::Api::Responses::Pong.new end
url()
click to toggle source
# File lib/sendle/api/ping.rb, line 8 def url Sendle::Api.base_url + "ping" end