Class: Rocksky::Generated::GetScrobblesParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetScrobblesParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#did ⇒ Object
Returns the value of attribute did.
-
#following ⇒ Object
Returns the value of attribute following.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#did ⇒ Object
Returns the value of attribute did
131 132 133 |
# File 'lib/rocksky/generated/types.rb', line 131 def did @did end |
#following ⇒ Object
Returns the value of attribute following
131 132 133 |
# File 'lib/rocksky/generated/types.rb', line 131 def following @following end |
#limit ⇒ Object
Returns the value of attribute limit
131 132 133 |
# File 'lib/rocksky/generated/types.rb', line 131 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset
131 132 133 |
# File 'lib/rocksky/generated/types.rb', line 131 def offset @offset end |