Class: Gateway::Requests::WidgetMessageRequest
- Inherits:
-
CommonRequest
- Object
- CommonRequest
- Gateway::Requests::WidgetMessageRequest
- Defined in:
- lib/gateway/requests/widget_message_request.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#client ⇒ Object
Returns the value of attribute client.
-
#device_key ⇒ Object
Returns the value of attribute device_key.
-
#image ⇒ Object
Returns the value of attribute image.
-
#location ⇒ Object
Returns the value of attribute location.
-
#video ⇒ Object
Returns the value of attribute video.
Method Summary
Methods inherited from CommonRequest
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
5 6 7 |
# File 'lib/gateway/requests/widget_message_request.rb', line 5 def body @body end |
#client ⇒ Object
Returns the value of attribute client.
5 6 7 |
# File 'lib/gateway/requests/widget_message_request.rb', line 5 def client @client end |
#device_key ⇒ Object
Returns the value of attribute device_key.
5 6 7 |
# File 'lib/gateway/requests/widget_message_request.rb', line 5 def device_key @device_key end |
#image ⇒ Object
Returns the value of attribute image.
5 6 7 |
# File 'lib/gateway/requests/widget_message_request.rb', line 5 def image @image end |
#location ⇒ Object
Returns the value of attribute location.
5 6 7 |
# File 'lib/gateway/requests/widget_message_request.rb', line 5 def location @location end |
#video ⇒ Object
Returns the value of attribute video.
5 6 7 |
# File 'lib/gateway/requests/widget_message_request.rb', line 5 def video @video end |