Class: Rocksky::Generated::GetActorAlbumsParams

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



63
64
65
# File 'lib/rocksky/generated/types.rb', line 63

def did
  @did
end

#endDateObject

Returns the value of attribute endDate

Returns:

  • (Object)

    the current value of endDate



63
64
65
# File 'lib/rocksky/generated/types.rb', line 63

def endDate
  @endDate
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



63
64
65
# File 'lib/rocksky/generated/types.rb', line 63

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



63
64
65
# File 'lib/rocksky/generated/types.rb', line 63

def offset
  @offset
end

#startDateObject

Returns the value of attribute startDate

Returns:

  • (Object)

    the current value of startDate



63
64
65
# File 'lib/rocksky/generated/types.rb', line 63

def startDate
  @startDate
end