Class: Rocksky::Generated::GetProfileShoutsParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetProfileShoutsParams
- 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
126 127 128 |
# File 'lib/rocksky/generated/types.rb', line 126 def did @did end |
#limit ⇒ Object
Returns the value of attribute limit
126 127 128 |
# File 'lib/rocksky/generated/types.rb', line 126 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset
126 127 128 |
# File 'lib/rocksky/generated/types.rb', line 126 def offset @offset end |