Class: Smplkit::Audit::ResourceTypeListPage
- Inherits:
-
Struct
- Object
- Struct
- Smplkit::Audit::ResourceTypeListPage
- Defined in:
- lib/smplkit/audit/resource_types.rb
Instance Attribute Summary collapse
-
#next_cursor ⇒ Object
Returns the value of attribute next_cursor.
-
#resource_types ⇒ Object
Returns the value of attribute resource_types.
Instance Attribute Details
#next_cursor ⇒ Object
Returns the value of attribute next_cursor
28 29 30 |
# File 'lib/smplkit/audit/resource_types.rb', line 28 def next_cursor @next_cursor end |
#resource_types ⇒ Object
Returns the value of attribute resource_types
28 29 30 |
# File 'lib/smplkit/audit/resource_types.rb', line 28 def resource_types @resource_types end |