Module: GCM
- Defined in:
- lib/mercurius/gcm.rb,
lib/mercurius/gcm/result.rb,
lib/mercurius/gcm/service.rb,
lib/mercurius/gcm/response.rb,
lib/mercurius/gcm/connection.rb,
lib/mercurius/gcm/notification.rb
Defined Under Namespace
Classes: Connection, Notification, Response, Result, Service
Class Attribute Summary collapse
-
.host ⇒ Object
Returns the value of attribute host.
-
.key ⇒ Object
Returns the value of attribute key.
Class Attribute Details
.host ⇒ Object
Returns the value of attribute host.
6 7 8 |
# File 'lib/mercurius/gcm.rb', line 6 def host @host end |
.key ⇒ Object
Returns the value of attribute key.
6 7 8 |
# File 'lib/mercurius/gcm.rb', line 6 def key @key end |