Class: Rocksky::Generated::GetAlbumsParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetAlbumsParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#genre ⇒ Object
Returns the value of attribute genre.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#genre ⇒ Object
Returns the value of attribute genre
83 84 85 |
# File 'lib/rocksky/generated/types.rb', line 83 def genre @genre end |
#limit ⇒ Object
Returns the value of attribute limit
83 84 85 |
# File 'lib/rocksky/generated/types.rb', line 83 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset
83 84 85 |
# File 'lib/rocksky/generated/types.rb', line 83 def offset @offset end |