Class: Pushybullet::Types::Push

Inherits:
Object
  • Object
show all
Extended by:
Concerns::FromHash
Defined in:
lib/pushybullet/types/push.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Concerns::FromHash

from_hash

Instance Attribute Details

#activeObject

bools



21
22
23
# File 'lib/pushybullet/types/push.rb', line 21

def active
  @active
end

#awake_app_guidsObject

lists



18
19
20
# File 'lib/pushybullet/types/push.rb', line 18

def awake_app_guids
  @awake_app_guids
end

#bodyObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def body
  @body
end

#channel_idenObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def channel_iden
  @channel_iden
end

#client_idenObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def client_iden
  @client_iden
end

#createdObject

floats



24
25
26
# File 'lib/pushybullet/types/push.rb', line 24

def created
  @created
end

#directionObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def direction
  @direction
end

#dismissedObject

bools



21
22
23
# File 'lib/pushybullet/types/push.rb', line 21

def dismissed
  @dismissed
end

#file_nameObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def file_name
  @file_name
end

#file_typeObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def file_type
  @file_type
end

#file_urlObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def file_url
  @file_url
end

#guidObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def guid
  @guid
end

#idenObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def iden
  @iden
end

#image_heightObject

ints



27
28
29
# File 'lib/pushybullet/types/push.rb', line 27

def image_height
  @image_height
end

#image_urlObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def image_url
  @image_url
end

#image_widthObject

ints



27
28
29
# File 'lib/pushybullet/types/push.rb', line 27

def image_width
  @image_width
end

#modifiedObject

floats



24
25
26
# File 'lib/pushybullet/types/push.rb', line 24

def modified
  @modified
end

#receiver_emailObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def receiver_email
  @receiver_email
end

#receiver_email_normalizedObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def receiver_email_normalized
  @receiver_email_normalized
end

#receiver_idenObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def receiver_iden
  @receiver_iden
end

#sender_emailObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def sender_email
  @sender_email
end

#sender_email_normalizedObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def sender_email_normalized
  @sender_email_normalized
end

#sender_idenObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def sender_iden
  @sender_iden
end

#sender_nameObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def sender_name
  @sender_name
end

#source_device_idenObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def source_device_iden
  @source_device_iden
end

#target_device_idenObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def target_device_iden
  @target_device_iden
end

#titleObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def title
  @title
end

#typeObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def type
  @type
end

#urlObject

strings



11
12
13
# File 'lib/pushybullet/types/push.rb', line 11

def url
  @url
end