Class: Smplkit::Audit::ListForwardersPage
- Inherits:
-
Struct
- Object
- Struct
- Smplkit::Audit::ListForwardersPage
- Defined in:
- lib/smplkit/audit/forwarders.rb
Overview
rubocop:enable Lint/StructNewOverride
Instance Attribute Summary collapse
-
#forwarders ⇒ Object
Returns the value of attribute forwarders.
-
#next_cursor ⇒ Object
Returns the value of attribute next_cursor.
Instance Attribute Details
#forwarders ⇒ Object
Returns the value of attribute forwarders
212 213 214 |
# File 'lib/smplkit/audit/forwarders.rb', line 212 def forwarders @forwarders end |
#next_cursor ⇒ Object
Returns the value of attribute next_cursor
212 213 214 |
# File 'lib/smplkit/audit/forwarders.rb', line 212 def next_cursor @next_cursor end |