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