Class: Infobeep::SMSReportRequest

Inherits:
BaseRequestModel show all
Defined in:
lib/infobeep/requests/sms_report_request.rb

Instance Method Summary collapse

Methods inherited from BaseRequestModel

#headers, #payload

Methods inherited from Model

#hash_attributes

Instance Method Details

#http_methodObject



9
10
11
# File 'lib/infobeep/requests/sms_report_request.rb', line 9

def http_method
  :get
end

#response_classObject



17
18
19
# File 'lib/infobeep/requests/sms_report_request.rb', line 17

def response_class
  SMSReportResponse
end

#routeObject



13
14
15
# File 'lib/infobeep/requests/sms_report_request.rb', line 13

def route
  'sms/1/reports'
end