Class: Smplkit::Audit::ListEventsPage

Inherits:
Struct
  • Object
show all
Defined in:
lib/smplkit/audit/events.rb

Overview

One page of events plus a cursor for the next page (nil on the last page).

Instance Attribute Summary collapse

Instance Attribute Details

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



123
124
125
# File 'lib/smplkit/audit/events.rb', line 123

def events
  @events
end

#next_cursorObject

Returns the value of attribute next_cursor

Returns:

  • (Object)

    the current value of next_cursor



123
124
125
# File 'lib/smplkit/audit/events.rb', line 123

def next_cursor
  @next_cursor
end