Class: Infobeep::SMSLogRequest
- Inherits:
-
BaseRequestModel
- Object
- Model
- BaseRequestModel
- Infobeep::SMSLogRequest
- Defined in:
- lib/infobeep/requests/sms_log_request.rb
Instance Method Summary collapse
Methods inherited from BaseRequestModel
Methods inherited from Model
Instance Method Details
#http_method ⇒ Object
16 17 18 |
# File 'lib/infobeep/requests/sms_log_request.rb', line 16 def http_method :get end |
#response_class ⇒ Object
24 25 26 |
# File 'lib/infobeep/requests/sms_log_request.rb', line 24 def response_class SMSLOGSRESPONSE end |
#route ⇒ Object
20 21 22 |
# File 'lib/infobeep/requests/sms_log_request.rb', line 20 def route 'sms/1/logs' end |