Class: OneSignal::App
- Defined in:
- lib/onesignal/models/app.rb
Constant Summary collapse
- DATE_REGEX =
/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/
Instance Attribute Summary collapse
-
#apns_certificates ⇒ Object
Returns the value of attribute apns_certificates.
-
#apns_env ⇒ Object
Returns the value of attribute apns_env.
-
#basic_auth_key ⇒ Object
Returns the value of attribute basic_auth_key.
-
#chrome_key ⇒ Object
Returns the value of attribute chrome_key.
-
#chrome_web_default_notification_icon ⇒ Object
Returns the value of attribute chrome_web_default_notification_icon.
-
#chrome_web_gcm_sender_id ⇒ Object
Returns the value of attribute chrome_web_gcm_sender_id.
-
#chrome_web_origin ⇒ Object
Returns the value of attribute chrome_web_origin.
-
#chrome_web_sub_domain ⇒ Object
Returns the value of attribute chrome_web_sub_domain.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#gcm_key ⇒ Object
Returns the value of attribute gcm_key.
-
#id ⇒ Object
Returns the value of attribute id.
-
#messageable_players ⇒ Object
Returns the value of attribute messageable_players.
-
#name ⇒ Object
Returns the value of attribute name.
-
#players ⇒ Object
Returns the value of attribute players.
-
#safari_apns_certificate ⇒ Object
Returns the value of attribute safari_apns_certificate.
-
#safari_icon_128_128 ⇒ Object
Returns the value of attribute safari_icon_128_128.
-
#safari_icon_16_16 ⇒ Object
Returns the value of attribute safari_icon_16_16.
-
#safari_icon_256_256 ⇒ Object
Returns the value of attribute safari_icon_256_256.
-
#safari_icon_32_32 ⇒ Object
Returns the value of attribute safari_icon_32_32.
-
#safari_icon_64_64 ⇒ Object
Returns the value of attribute safari_icon_64_64.
-
#safari_push_id ⇒ Object
Returns the value of attribute safari_push_id.
-
#safari_site_origin ⇒ Object
Returns the value of attribute safari_site_origin.
-
#site_name ⇒ Object
Returns the value of attribute site_name.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods inherited from BaseModel
#initialize, #inspect, to_proc
Constructor Details
This class inherits a constructor from OneSignal::BaseModel
Instance Attribute Details
#apns_certificates ⇒ Object
Returns the value of attribute apns_certificates.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def apns_certificates @apns_certificates end |
#apns_env ⇒ Object
Returns the value of attribute apns_env.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def apns_env @apns_env end |
#basic_auth_key ⇒ Object
Returns the value of attribute basic_auth_key.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def basic_auth_key @basic_auth_key end |
#chrome_key ⇒ Object
Returns the value of attribute chrome_key.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def chrome_key @chrome_key end |
#chrome_web_default_notification_icon ⇒ Object
Returns the value of attribute chrome_web_default_notification_icon.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def chrome_web_default_notification_icon @chrome_web_default_notification_icon end |
#chrome_web_gcm_sender_id ⇒ Object
Returns the value of attribute chrome_web_gcm_sender_id.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def chrome_web_gcm_sender_id @chrome_web_gcm_sender_id end |
#chrome_web_origin ⇒ Object
Returns the value of attribute chrome_web_origin.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def chrome_web_origin @chrome_web_origin end |
#chrome_web_sub_domain ⇒ Object
Returns the value of attribute chrome_web_sub_domain.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def chrome_web_sub_domain @chrome_web_sub_domain end |
#created_at ⇒ Object
Returns the value of attribute created_at.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def created_at @created_at end |
#gcm_key ⇒ Object
Returns the value of attribute gcm_key.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def gcm_key @gcm_key end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def id @id end |
#messageable_players ⇒ Object
Returns the value of attribute messageable_players.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def @messageable_players end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def name @name end |
#players ⇒ Object
Returns the value of attribute players.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def players @players end |
#safari_apns_certificate ⇒ Object
Returns the value of attribute safari_apns_certificate.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def safari_apns_certificate @safari_apns_certificate end |
#safari_icon_128_128 ⇒ Object
Returns the value of attribute safari_icon_128_128.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def safari_icon_128_128 @safari_icon_128_128 end |
#safari_icon_16_16 ⇒ Object
Returns the value of attribute safari_icon_16_16.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def safari_icon_16_16 @safari_icon_16_16 end |
#safari_icon_256_256 ⇒ Object
Returns the value of attribute safari_icon_256_256.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def safari_icon_256_256 @safari_icon_256_256 end |
#safari_icon_32_32 ⇒ Object
Returns the value of attribute safari_icon_32_32.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def safari_icon_32_32 @safari_icon_32_32 end |
#safari_icon_64_64 ⇒ Object
Returns the value of attribute safari_icon_64_64.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def safari_icon_64_64 @safari_icon_64_64 end |
#safari_push_id ⇒ Object
Returns the value of attribute safari_push_id.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def safari_push_id @safari_push_id end |
#safari_site_origin ⇒ Object
Returns the value of attribute safari_site_origin.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def safari_site_origin @safari_site_origin end |
#site_name ⇒ Object
Returns the value of attribute site_name.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def site_name @site_name end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
7 8 9 |
# File 'lib/onesignal/models/app.rb', line 7 def updated_at @updated_at end |