class Spotify::Models::Cursor

Attributes

after[R]

Public Class Methods

new(args = {}) click to toggle source
# File lib/spotify/models/cursor.rb, line 9
def initialize(args = {})
  args = args.with_indifferent_access

  @after = args[:after]
end