Class: Gateway::Requests::InboxMessageRequest

Inherits:
CommonRequest show all
Defined in:
lib/gateway/requests/inbox_message_request.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from CommonRequest

#attributes

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



5
6
7
# File 'lib/gateway/requests/inbox_message_request.rb', line 5

def body
  @body
end

#clientObject

Returns the value of attribute client.



5
6
7
# File 'lib/gateway/requests/inbox_message_request.rb', line 5

def client
  @client
end

#device_keyObject

Returns the value of attribute device_key.



5
6
7
# File 'lib/gateway/requests/inbox_message_request.rb', line 5

def device_key
  @device_key
end

#imageObject

Returns the value of attribute image.



5
6
7
# File 'lib/gateway/requests/inbox_message_request.rb', line 5

def image
  @image
end

#locationObject

Returns the value of attribute location.



5
6
7
# File 'lib/gateway/requests/inbox_message_request.rb', line 5

def location
  @location
end

#videoObject

Returns the value of attribute video.



5
6
7
# File 'lib/gateway/requests/inbox_message_request.rb', line 5

def video
  @video
end