Class: PyrxSynapse::ContactListMeta
- Inherits:
-
Struct
- Object
- Struct
- PyrxSynapse::ContactListMeta
- Defined in:
- lib/pyrx_synapse/client.rb
Instance Attribute Summary collapse
-
#page ⇒ Object
Returns the value of attribute page.
-
#per_page ⇒ Object
Returns the value of attribute per_page.
-
#total ⇒ Object
Returns the value of attribute total.
-
#total_pages ⇒ Object
Returns the value of attribute total_pages.
Instance Attribute Details
#page ⇒ Object
Returns the value of attribute page
24 25 26 |
# File 'lib/pyrx_synapse/client.rb', line 24 def page @page end |
#per_page ⇒ Object
Returns the value of attribute per_page
24 25 26 |
# File 'lib/pyrx_synapse/client.rb', line 24 def per_page @per_page end |
#total ⇒ Object
Returns the value of attribute total
24 25 26 |
# File 'lib/pyrx_synapse/client.rb', line 24 def total @total end |
#total_pages ⇒ Object
Returns the value of attribute total_pages
24 25 26 |
# File 'lib/pyrx_synapse/client.rb', line 24 def total_pages @total_pages end |