Class: Pushybullet::Types::Device

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

Instance Attribute Summary collapse

Method Summary

Methods included from Concerns::FromHash

from_hash

Instance Attribute Details

#activeObject

bools



16
17
18
# File 'lib/pushybullet/types/device.rb', line 16

def active
  @active
end

#app_versionObject

ints



22
23
24
# File 'lib/pushybullet/types/device.rb', line 22

def app_version
  @app_version
end

#createdObject

floats



19
20
21
# File 'lib/pushybullet/types/device.rb', line 19

def created
  @created
end

#fingerprintObject

strings



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

def fingerprint
  @fingerprint
end

#generated_nicknameObject

bools



16
17
18
# File 'lib/pushybullet/types/device.rb', line 16

def generated_nickname
  @generated_nickname
end

#has_smsObject

strings



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

def has_sms
  @has_sms
end

#iconObject

strings



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

def icon
  @icon
end

#idenObject

strings



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

def iden
  @iden
end

#key_fingerprintObject

strings



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

def key_fingerprint
  @key_fingerprint
end

#kindObject

strings



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

def kind
  @kind
end

#manufacturerObject

strings



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

def manufacturer
  @manufacturer
end

#modelObject

strings



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

def model
  @model
end

#modifiedObject

floats



19
20
21
# File 'lib/pushybullet/types/device.rb', line 19

def modified
  @modified
end

#nicknameObject

strings



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

def nickname
  @nickname
end

#push_tokenObject

strings



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

def push_token
  @push_token
end

#pushableObject

bools



16
17
18
# File 'lib/pushybullet/types/device.rb', line 16

def pushable
  @pushable
end

#remote_filesObject

strings



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

def remote_files
  @remote_files
end

#typeObject

strings



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

def type
  @type
end