Class: PyrxSynapse::ContactResponse
- Inherits:
-
Struct
- Object
- Struct
- PyrxSynapse::ContactResponse
- Defined in:
- lib/pyrx_synapse/client.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#email ⇒ Object
Returns the value of attribute email.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
17 18 19 |
# File 'lib/pyrx_synapse/client.rb', line 17 def created_at @created_at end |
#email ⇒ Object
Returns the value of attribute email
17 18 19 |
# File 'lib/pyrx_synapse/client.rb', line 17 def email @email end |
#external_id ⇒ Object
Returns the value of attribute external_id
17 18 19 |
# File 'lib/pyrx_synapse/client.rb', line 17 def external_id @external_id end |
#first_name ⇒ Object
Returns the value of attribute first_name
17 18 19 |
# File 'lib/pyrx_synapse/client.rb', line 17 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id
17 18 19 |
# File 'lib/pyrx_synapse/client.rb', line 17 def id @id end |
#last_name ⇒ Object
Returns the value of attribute last_name
17 18 19 |
# File 'lib/pyrx_synapse/client.rb', line 17 def last_name @last_name end |
#locale ⇒ Object
Returns the value of attribute locale
17 18 19 |
# File 'lib/pyrx_synapse/client.rb', line 17 def locale @locale end |
#phone ⇒ Object
Returns the value of attribute phone
17 18 19 |
# File 'lib/pyrx_synapse/client.rb', line 17 def phone @phone end |
#properties ⇒ Object
Returns the value of attribute properties
17 18 19 |
# File 'lib/pyrx_synapse/client.rb', line 17 def properties @properties end |
#tags ⇒ Object
Returns the value of attribute tags
17 18 19 |
# File 'lib/pyrx_synapse/client.rb', line 17 def @tags end |
#timezone ⇒ Object
Returns the value of attribute timezone
17 18 19 |
# File 'lib/pyrx_synapse/client.rb', line 17 def timezone @timezone end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
17 18 19 |
# File 'lib/pyrx_synapse/client.rb', line 17 def updated_at @updated_at end |