Class: Pntfr::Configuration
- Inherits:
-
Object
- Object
- Pntfr::Configuration
- Defined in:
- lib/pntfr.rb
Instance Attribute Summary collapse
-
#apns ⇒ Object
Returns the value of attribute apns.
-
#gcm ⇒ Object
Returns the value of attribute gcm.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
23 24 25 26 |
# File 'lib/pntfr.rb', line 23 def initialize @apns= {} @gcm= {} end |
Instance Attribute Details
#apns ⇒ Object
Returns the value of attribute apns.
20 21 22 |
# File 'lib/pntfr.rb', line 20 def apns @apns end |
#gcm ⇒ Object
Returns the value of attribute gcm.
21 22 23 |
# File 'lib/pntfr.rb', line 21 def gcm @gcm end |