Class: Rocksky::Generated::GetTopArtistsParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetTopArtistsParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
Instance Attribute Details
#endDate ⇒ Object
Returns the value of attribute endDate
143 144 145 |
# File 'lib/rocksky/generated/types.rb', line 143 def endDate @endDate end |
#limit ⇒ Object
Returns the value of attribute limit
143 144 145 |
# File 'lib/rocksky/generated/types.rb', line 143 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset
143 144 145 |
# File 'lib/rocksky/generated/types.rb', line 143 def offset @offset end |
#startDate ⇒ Object
Returns the value of attribute startDate
143 144 145 |
# File 'lib/rocksky/generated/types.rb', line 143 def startDate @startDate end |