Class: Rocksky::Generated::GetActorScrobblesParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetActorScrobblesParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#did ⇒ Object
Returns the value of attribute did.
-
#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
75 76 77 |
# File 'lib/rocksky/generated/types.rb', line 75 def did @did end |
#limit ⇒ Object
Returns the value of attribute limit
75 76 77 |
# File 'lib/rocksky/generated/types.rb', line 75 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset
75 76 77 |
# File 'lib/rocksky/generated/types.rb', line 75 def offset @offset end |