Class: ActionPush::Provider::Test

Inherits:
Base
  • Object
show all
Defined in:
lib/action_push/provider/test.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#delivered, #delivery_method, #delivery_response, #scheduled, #token

Method Summary

Methods inherited from Base

#assign, #deliver, #initialize

Constructor Details

This class inherits a constructor from ActionPush::Provider::Base

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



6
7
8
# File 'lib/action_push/provider/test.rb', line 6

def body
  @body
end

#payloadObject

Returns the value of attribute payload.



6
7
8
# File 'lib/action_push/provider/test.rb', line 6

def payload
  @payload
end

#titleObject

Returns the value of attribute title.



6
7
8
# File 'lib/action_push/provider/test.rb', line 6

def title
  @title
end