Class: Rocksky::Generated::GetActorArtistsParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetActorArtistsParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#did ⇒ Object
Returns the value of attribute did.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
Instance Attribute Details
#did ⇒ Object
Returns the value of attribute did
65 66 67 |
# File 'lib/rocksky/generated/types.rb', line 65 def did @did end |
#endDate ⇒ Object
Returns the value of attribute endDate
65 66 67 |
# File 'lib/rocksky/generated/types.rb', line 65 def endDate @endDate end |
#limit ⇒ Object
Returns the value of attribute limit
65 66 67 |
# File 'lib/rocksky/generated/types.rb', line 65 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset
65 66 67 |
# File 'lib/rocksky/generated/types.rb', line 65 def offset @offset end |
#startDate ⇒ Object
Returns the value of attribute startDate
65 66 67 |
# File 'lib/rocksky/generated/types.rb', line 65 def startDate @startDate end |