Class: Rocksky::Generated::GetArtistRecentListenersParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetArtistRecentListenersParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#limit ⇒ Object
Returns the value of attribute limit
94 95 96 |
# File 'lib/rocksky/generated/types.rb', line 94 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset
94 95 96 |
# File 'lib/rocksky/generated/types.rb', line 94 def offset @offset end |
#uri ⇒ Object
Returns the value of attribute uri
94 95 96 |
# File 'lib/rocksky/generated/types.rb', line 94 def uri @uri end |