Class: PyrxSynapse::ContactListMeta

Inherits:
Struct
  • Object
show all
Defined in:
lib/pyrx_synapse/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pageObject

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



24
25
26
# File 'lib/pyrx_synapse/client.rb', line 24

def page
  @page
end

#per_pageObject

Returns the value of attribute per_page

Returns:

  • (Object)

    the current value of per_page



24
25
26
# File 'lib/pyrx_synapse/client.rb', line 24

def per_page
  @per_page
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



24
25
26
# File 'lib/pyrx_synapse/client.rb', line 24

def total
  @total
end

#total_pagesObject

Returns the value of attribute total_pages

Returns:

  • (Object)

    the current value of total_pages



24
25
26
# File 'lib/pyrx_synapse/client.rb', line 24

def total_pages
  @total_pages
end