Class: Rocksky::Generated::GetArtistsParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/rocksky/generated/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#genreObject

Returns the value of attribute genre

Returns:

  • (Object)

    the current value of genre



99
100
101
# File 'lib/rocksky/generated/types.rb', line 99

def genre
  @genre
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



99
100
101
# File 'lib/rocksky/generated/types.rb', line 99

def limit
  @limit
end

#namesObject

Returns the value of attribute names

Returns:

  • (Object)

    the current value of names



99
100
101
# File 'lib/rocksky/generated/types.rb', line 99

def names
  @names
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



99
100
101
# File 'lib/rocksky/generated/types.rb', line 99

def offset
  @offset
end