Class: Rocksky::Generated::GetActorArtistsParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/rocksky/generated/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#didObject

Returns the value of attribute did

Returns:

  • (Object)

    the current value of did



65
66
67
# File 'lib/rocksky/generated/types.rb', line 65

def did
  @did
end

#endDateObject

Returns the value of attribute endDate

Returns:

  • (Object)

    the current value of endDate



65
66
67
# File 'lib/rocksky/generated/types.rb', line 65

def endDate
  @endDate
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



65
66
67
# File 'lib/rocksky/generated/types.rb', line 65

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



65
66
67
# File 'lib/rocksky/generated/types.rb', line 65

def offset
  @offset
end

#startDateObject

Returns the value of attribute startDate

Returns:

  • (Object)

    the current value of startDate



65
66
67
# File 'lib/rocksky/generated/types.rb', line 65

def startDate
  @startDate
end