Class: PyrxSynapse::BulkContactResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



26
27
28
# File 'lib/pyrx_synapse/client.rb', line 26

def created
  @created
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



26
27
28
# File 'lib/pyrx_synapse/client.rb', line 26

def errors
  @errors
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



26
27
28
# File 'lib/pyrx_synapse/client.rb', line 26

def skipped
  @skipped
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



26
27
28
# File 'lib/pyrx_synapse/client.rb', line 26

def total
  @total
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



26
27
28
# File 'lib/pyrx_synapse/client.rb', line 26

def updated
  @updated
end