Sha256: 633fe2a2e34ffa539e02156e0af5ad4e1a267021d3cb978270406a0a2e0c9059

Contents?: true

Size: 1.21 KB

Versions: 12

Compression:

Stored size: 1.21 KB

Contents

![Jera Logo](http://jera.com.br/images/logo-jera-header.png)

JeraPush is a easy tool to work with push messages and firebase API.

It's composed for:

 * [Device](#devices): model responsible for register and interact with device tokens to send push messages.
 * [Message](#messages): model responsible for register the message content and status after sending.
 * [MessageDevice](#message-devise): model responsible for connect the message sent and the target devices.
 * [Firebase::Client](#firebase-client): class responsible to interact with Firebase.

---

# Device

> Model responsible for register and interact with device tokens to send push messages.

## Attributes

| Attribute|    Type    | Description |
|----------|------------|-------------|
| Token | String | Token for target device |
| Platform | Enumerize | Type of device platform. Can be `:ios`, `:android` or `:chrome` |

---

# Message

> Model responsible for register the message content and status after sending.

## Attributes

| Attribute|    Type    | Description |
|----------|------------|-------------|
| Token | String | Token for target device |
| Platform | Enumerize | Type of device platform. Can be `:ios`, `:android` or `:chrome` |

~~~ruby
aaa
~~~

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
jera_push-1.1.7 README.rdoc
jera_push-1.1.6 README.rdoc
jera_push-1.1.5 README.rdoc
jera_push-1.1.4 README.rdoc
jera_push-1.1.3 README.rdoc
jera_push-1.1.2 README.rdoc
jera_push-1.1.1 README.rdoc
jera_push-1.1.0 README.rdoc
jera_push-1.0.3 README.rdoc
jera_push-1.0.2 README.rdoc
jera_push-1.0.1.1 README.rdoc
jera_push-1.0.1 README.rdoc