Class: OneSignal::Player
- Defined in:
- lib/onesignal/models/player.rb
Instance Attribute Summary collapse
-
#ad_id ⇒ Object
Returns the value of attribute ad_id.
-
#amount_spent ⇒ Object
Returns the value of attribute amount_spent.
-
#badge_count ⇒ Object
Returns the value of attribute badge_count.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#device_model ⇒ Object
Returns the value of attribute device_model.
-
#device_os ⇒ Object
Returns the value of attribute device_os.
-
#device_type ⇒ Object
Returns the value of attribute device_type.
-
#game_version ⇒ Object
Returns the value of attribute game_version.
-
#id ⇒ Object
Returns the value of attribute id.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#invalid_identifier ⇒ Object
Returns the value of attribute invalid_identifier.
-
#language ⇒ Object
Returns the value of attribute language.
-
#last_active ⇒ Object
Returns the value of attribute last_active.
-
#playtime ⇒ Object
Returns the value of attribute playtime.
-
#sdk ⇒ Object
Returns the value of attribute sdk.
-
#session_count ⇒ Object
Returns the value of attribute session_count.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
Method Summary
Methods inherited from BaseModel
#initialize, #inspect, to_proc
Constructor Details
This class inherits a constructor from OneSignal::BaseModel
Instance Attribute Details
#ad_id ⇒ Object
Returns the value of attribute ad_id.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def ad_id @ad_id end |
#amount_spent ⇒ Object
Returns the value of attribute amount_spent.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def amount_spent @amount_spent end |
#badge_count ⇒ Object
Returns the value of attribute badge_count.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def badge_count @badge_count end |
#created_at ⇒ Object
Returns the value of attribute created_at.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def created_at @created_at end |
#device_model ⇒ Object
Returns the value of attribute device_model.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def device_model @device_model end |
#device_os ⇒ Object
Returns the value of attribute device_os.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def device_os @device_os end |
#device_type ⇒ Object
Returns the value of attribute device_type.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def device_type @device_type end |
#game_version ⇒ Object
Returns the value of attribute game_version.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def game_version @game_version end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def id @id end |
#identifier ⇒ Object
Returns the value of attribute identifier.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def identifier @identifier end |
#invalid_identifier ⇒ Object
Returns the value of attribute invalid_identifier.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def invalid_identifier @invalid_identifier end |
#language ⇒ Object
Returns the value of attribute language.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def language @language end |
#last_active ⇒ Object
Returns the value of attribute last_active.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def last_active @last_active end |
#playtime ⇒ Object
Returns the value of attribute playtime.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def playtime @playtime end |
#sdk ⇒ Object
Returns the value of attribute sdk.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def sdk @sdk end |
#session_count ⇒ Object
Returns the value of attribute session_count.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def session_count @session_count end |
#tags ⇒ Object
Returns the value of attribute tags.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def end |
#timezone ⇒ Object
Returns the value of attribute timezone.
3 4 5 |
# File 'lib/onesignal/models/player.rb', line 3 def timezone @timezone end |