Class: Smplkit::Management::ForwarderListPage

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

Overview

A single page returned from Smplkit::Management::ForwardersNamespace#list.

Instance Attribute Summary collapse

Instance Attribute Details

#forwardersArray<Smplkit::Audit::Forwarder>

Returns Forwarders in this page.

Returns:



168
# File 'lib/smplkit/management/audit.rb', line 168

ForwarderListPage = Struct.new(:forwarders, :pagination)

#paginationHash

Returns meta.pagination block (:page, :size, and — only when the caller passed meta_total: true:total / :total_pages).

Returns:

  • (Hash)

    meta.pagination block (:page, :size, and — only when the caller passed meta_total: true:total / :total_pages).



168
# File 'lib/smplkit/management/audit.rb', line 168

ForwarderListPage = Struct.new(:forwarders, :pagination)