Class: Pusher::PushNotifications::Client::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/pusher/push_notifications/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of 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?

Returns:

  • (Object)

    the current value of ok?



12
13
14
# File 'lib/pusher/push_notifications/client.rb', line 12

def ok?
  @ok?
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



12
13
14
# File 'lib/pusher/push_notifications/client.rb', line 12

def status
  @status
end