Class: PyrxSynapse::BulkContactResponse
- Inherits:
-
Struct
- Object
- Struct
- PyrxSynapse::BulkContactResponse
- Defined in:
- lib/pyrx_synapse/client.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
Returns the value of attribute created.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#total ⇒ Object
Returns the value of attribute total.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Attribute Details
#created ⇒ Object
Returns the value of attribute created
26 27 28 |
# File 'lib/pyrx_synapse/client.rb', line 26 def created @created end |
#errors ⇒ Object
Returns the value of attribute errors
26 27 28 |
# File 'lib/pyrx_synapse/client.rb', line 26 def errors @errors end |
#skipped ⇒ Object
Returns the value of attribute skipped
26 27 28 |
# File 'lib/pyrx_synapse/client.rb', line 26 def skipped @skipped end |
#total ⇒ Object
Returns the value of attribute total
26 27 28 |
# File 'lib/pyrx_synapse/client.rb', line 26 def total @total end |
#updated ⇒ Object
Returns the value of attribute updated
26 27 28 |
# File 'lib/pyrx_synapse/client.rb', line 26 def updated @updated end |