Class: Rocksky::Generated::GetArtistShoutsParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetArtistShoutsParams
- 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
97 98 99 |
# File 'lib/rocksky/generated/types.rb', line 97 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset
97 98 99 |
# File 'lib/rocksky/generated/types.rb', line 97 def offset @offset end |
#uri ⇒ Object
Returns the value of attribute uri
97 98 99 |
# File 'lib/rocksky/generated/types.rb', line 97 def uri @uri end |