Class: Pushybullet::Types::Push
- Inherits:
-
Object
- Object
- Pushybullet::Types::Push
- Extended by:
- Concerns::FromHash
- Defined in:
- lib/pushybullet/types/push.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
bools.
-
#awake_app_guids ⇒ Object
lists.
-
#body ⇒ Object
strings.
-
#channel_iden ⇒ Object
strings.
-
#client_iden ⇒ Object
strings.
-
#created ⇒ Object
floats.
-
#direction ⇒ Object
strings.
-
#dismissed ⇒ Object
bools.
-
#file_name ⇒ Object
strings.
-
#file_type ⇒ Object
strings.
-
#file_url ⇒ Object
strings.
-
#guid ⇒ Object
strings.
-
#iden ⇒ Object
strings.
-
#image_height ⇒ Object
ints.
-
#image_url ⇒ Object
strings.
-
#image_width ⇒ Object
ints.
-
#modified ⇒ Object
floats.
-
#receiver_email ⇒ Object
strings.
-
#receiver_email_normalized ⇒ Object
strings.
-
#receiver_iden ⇒ Object
strings.
-
#sender_email ⇒ Object
strings.
-
#sender_email_normalized ⇒ Object
strings.
-
#sender_iden ⇒ Object
strings.
-
#sender_name ⇒ Object
strings.
-
#source_device_iden ⇒ Object
strings.
-
#target_device_iden ⇒ Object
strings.
-
#title ⇒ Object
strings.
-
#type ⇒ Object
strings.
-
#url ⇒ Object
strings.
Method Summary
Methods included from Concerns::FromHash
Instance Attribute Details
#active ⇒ Object
bools
21 22 23 |
# File 'lib/pushybullet/types/push.rb', line 21 def active @active end |
#awake_app_guids ⇒ Object
lists
18 19 20 |
# File 'lib/pushybullet/types/push.rb', line 18 def awake_app_guids @awake_app_guids end |
#body ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def body @body end |
#channel_iden ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def channel_iden @channel_iden end |
#client_iden ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def client_iden @client_iden end |
#created ⇒ Object
floats
24 25 26 |
# File 'lib/pushybullet/types/push.rb', line 24 def created @created end |
#direction ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def direction @direction end |
#dismissed ⇒ Object
bools
21 22 23 |
# File 'lib/pushybullet/types/push.rb', line 21 def dismissed @dismissed end |
#file_name ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def file_name @file_name end |
#file_type ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def file_type @file_type end |
#file_url ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def file_url @file_url end |
#guid ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def guid @guid end |
#iden ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def iden @iden end |
#image_height ⇒ Object
ints
27 28 29 |
# File 'lib/pushybullet/types/push.rb', line 27 def image_height @image_height end |
#image_url ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def image_url @image_url end |
#image_width ⇒ Object
ints
27 28 29 |
# File 'lib/pushybullet/types/push.rb', line 27 def image_width @image_width end |
#modified ⇒ Object
floats
24 25 26 |
# File 'lib/pushybullet/types/push.rb', line 24 def modified @modified end |
#receiver_email ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def receiver_email @receiver_email end |
#receiver_email_normalized ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def receiver_email_normalized @receiver_email_normalized end |
#receiver_iden ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def receiver_iden @receiver_iden end |
#sender_email ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def sender_email @sender_email end |
#sender_email_normalized ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def sender_email_normalized @sender_email_normalized end |
#sender_iden ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def sender_iden @sender_iden end |
#sender_name ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def sender_name @sender_name end |
#source_device_iden ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def source_device_iden @source_device_iden end |
#target_device_iden ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def target_device_iden @target_device_iden end |
#title ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def title @title end |
#type ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def type @type end |
#url ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/push.rb', line 11 def url @url end |