Class: Pushybullet::Types::Device
- Inherits:
-
Object
- Object
- Pushybullet::Types::Device
- Extended by:
- Concerns::FromHash
- Defined in:
- lib/pushybullet/types/device.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
bools.
-
#app_version ⇒ Object
ints.
-
#created ⇒ Object
floats.
-
#fingerprint ⇒ Object
strings.
-
#generated_nickname ⇒ Object
bools.
-
#has_sms ⇒ Object
strings.
-
#icon ⇒ Object
strings.
-
#iden ⇒ Object
strings.
-
#key_fingerprint ⇒ Object
strings.
-
#kind ⇒ Object
strings.
-
#manufacturer ⇒ Object
strings.
-
#model ⇒ Object
strings.
-
#modified ⇒ Object
floats.
-
#nickname ⇒ Object
strings.
-
#push_token ⇒ Object
strings.
-
#pushable ⇒ Object
bools.
-
#remote_files ⇒ Object
strings.
-
#type ⇒ Object
strings.
Method Summary
Methods included from Concerns::FromHash
Instance Attribute Details
#active ⇒ Object
bools
16 17 18 |
# File 'lib/pushybullet/types/device.rb', line 16 def active @active end |
#app_version ⇒ Object
ints
22 23 24 |
# File 'lib/pushybullet/types/device.rb', line 22 def app_version @app_version end |
#created ⇒ Object
floats
19 20 21 |
# File 'lib/pushybullet/types/device.rb', line 19 def created @created end |
#fingerprint ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/device.rb', line 11 def fingerprint @fingerprint end |
#generated_nickname ⇒ Object
bools
16 17 18 |
# File 'lib/pushybullet/types/device.rb', line 16 def generated_nickname @generated_nickname end |
#has_sms ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/device.rb', line 11 def has_sms @has_sms end |
#icon ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/device.rb', line 11 def icon @icon end |
#iden ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/device.rb', line 11 def iden @iden end |
#key_fingerprint ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/device.rb', line 11 def key_fingerprint @key_fingerprint end |
#kind ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/device.rb', line 11 def kind @kind end |
#manufacturer ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/device.rb', line 11 def manufacturer @manufacturer end |
#model ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/device.rb', line 11 def model @model end |
#modified ⇒ Object
floats
19 20 21 |
# File 'lib/pushybullet/types/device.rb', line 19 def modified @modified end |
#nickname ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/device.rb', line 11 def nickname @nickname end |
#push_token ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/device.rb', line 11 def push_token @push_token end |
#pushable ⇒ Object
bools
16 17 18 |
# File 'lib/pushybullet/types/device.rb', line 16 def pushable @pushable end |
#remote_files ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/device.rb', line 11 def remote_files @remote_files end |
#type ⇒ Object
strings
11 12 13 |
# File 'lib/pushybullet/types/device.rb', line 11 def type @type end |