Class: Smplkit::Audit::ActionListPage
- Inherits:
-
Struct
- Object
- Struct
- Smplkit::Audit::ActionListPage
- Defined in:
- lib/smplkit/audit/actions.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#next_cursor ⇒ Object
Returns the value of attribute next_cursor.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
33 34 35 |
# File 'lib/smplkit/audit/actions.rb', line 33 def actions @actions end |
#next_cursor ⇒ Object
Returns the value of attribute next_cursor
33 34 35 |
# File 'lib/smplkit/audit/actions.rb', line 33 def next_cursor @next_cursor end |