Class: Smplkit::Audit::ListEventsPage
- Inherits:
-
Struct
- Object
- Struct
- Smplkit::Audit::ListEventsPage
- 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
-
#events ⇒ Object
Returns the value of attribute events.
-
#next_cursor ⇒ Object
Returns the value of attribute next_cursor.
Instance Attribute Details
#events ⇒ Object
Returns the value of attribute events
123 124 125 |
# File 'lib/smplkit/audit/events.rb', line 123 def events @events end |
#next_cursor ⇒ Object
Returns the value of attribute next_cursor
123 124 125 |
# File 'lib/smplkit/audit/events.rb', line 123 def next_cursor @next_cursor end |