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
207 208 209 |
# File 'lib/rocksky/generated/types.rb', line 207 def artistName @artistName end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
207 208 209 |
# File 'lib/rocksky/generated/types.rb', line 207 def @timestamp end |
#trackTitle ⇒ Object
Returns the value of attribute trackTitle
207 208 209 |
# File 'lib/rocksky/generated/types.rb', line 207 def trackTitle @trackTitle end |
#trackUri ⇒ Object
Returns the value of attribute trackUri
207 208 209 |
# File 'lib/rocksky/generated/types.rb', line 207 def trackUri @trackUri end |