Class: Pusher::PushNotifications::Client::Response
- Inherits:
-
Struct
- Object
- Struct
- Pusher::PushNotifications::Client::Response
- Defined in:
- lib/pusher/push_notifications/client.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#ok? ⇒ Object
Returns the value of attribute ok?.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
12 13 14 |
# File 'lib/pusher/push_notifications/client.rb', line 12 def content @content end |
#ok? ⇒ Object
Returns the value of attribute ok?
12 13 14 |
# File 'lib/pusher/push_notifications/client.rb', line 12
def ok?
@ok?
end
|
#status ⇒ Object
Returns the value of attribute status
12 13 14 |
# File 'lib/pusher/push_notifications/client.rb', line 12 def status @status end |