Class: Rocksky::Generated::StatsWrappedMilestone
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::StatsWrappedMilestone
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#artistName ⇒ Object
Returns the value of attribute artistName.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#trackTitle ⇒ Object
Returns the value of attribute trackTitle.
-
#trackUri ⇒ Object
Returns the value of attribute trackUri.
Instance Attribute Details
#artistName ⇒ Object
Returns the value of attribute artistName
209 210 211 |
# File 'lib/rocksky/generated/types.rb', line 209 def artistName @artistName end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
209 210 211 |
# File 'lib/rocksky/generated/types.rb', line 209 def @timestamp end |
#trackTitle ⇒ Object
Returns the value of attribute trackTitle
209 210 211 |
# File 'lib/rocksky/generated/types.rb', line 209 def trackTitle @trackTitle end |
#trackUri ⇒ Object
Returns the value of attribute trackUri
209 210 211 |
# File 'lib/rocksky/generated/types.rb', line 209 def trackUri @trackUri end |