class Infobeep::SMSReportRequest

Public Instance Methods

http_method() click to toggle source
# File lib/infobeep/requests/sms_report_request.rb, line 9
def http_method
  :get
end
response_class() click to toggle source
# File lib/infobeep/requests/sms_report_request.rb, line 17
def response_class
  SMSReportResponse
end
route() click to toggle source
# File lib/infobeep/requests/sms_report_request.rb, line 13
def route
  'sms/1/reports'
end