Class: Rocksky::Generated::GetScrobblesChartParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetScrobblesChartParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#albumuri ⇒ Object
Returns the value of attribute albumuri.
-
#artisturi ⇒ Object
Returns the value of attribute artisturi.
-
#did ⇒ Object
Returns the value of attribute did.
-
#from ⇒ Object
Returns the value of attribute from.
-
#genre ⇒ Object
Returns the value of attribute genre.
-
#songuri ⇒ Object
Returns the value of attribute songuri.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#albumuri ⇒ Object
Returns the value of attribute albumuri
129 130 131 |
# File 'lib/rocksky/generated/types.rb', line 129 def albumuri @albumuri end |
#artisturi ⇒ Object
Returns the value of attribute artisturi
129 130 131 |
# File 'lib/rocksky/generated/types.rb', line 129 def artisturi @artisturi end |
#did ⇒ Object
Returns the value of attribute did
129 130 131 |
# File 'lib/rocksky/generated/types.rb', line 129 def did @did end |
#from ⇒ Object
Returns the value of attribute from
129 130 131 |
# File 'lib/rocksky/generated/types.rb', line 129 def from @from end |
#genre ⇒ Object
Returns the value of attribute genre
129 130 131 |
# File 'lib/rocksky/generated/types.rb', line 129 def genre @genre end |
#songuri ⇒ Object
Returns the value of attribute songuri
129 130 131 |
# File 'lib/rocksky/generated/types.rb', line 129 def songuri @songuri end |
#to ⇒ Object
Returns the value of attribute to
129 130 131 |
# File 'lib/rocksky/generated/types.rb', line 129 def to @to end |