Class: Rocksky::Generated::GetArtistsParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetArtistsParams
- 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.
-
#names ⇒ Object
Returns the value of attribute names.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#genre ⇒ Object
Returns the value of attribute genre
99 100 101 |
# File 'lib/rocksky/generated/types.rb', line 99 def genre @genre end |
#limit ⇒ Object
Returns the value of attribute limit
99 100 101 |
# File 'lib/rocksky/generated/types.rb', line 99 def limit @limit end |
#names ⇒ Object
Returns the value of attribute names
99 100 101 |
# File 'lib/rocksky/generated/types.rb', line 99 def names @names end |
#offset ⇒ Object
Returns the value of attribute offset
99 100 101 |
# File 'lib/rocksky/generated/types.rb', line 99 def offset @offset end |