Class: PyrxSynapse::ContactResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



17
18
19
# File 'lib/pyrx_synapse/client.rb', line 17

def created_at
  @created_at
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



17
18
19
# File 'lib/pyrx_synapse/client.rb', line 17

def email
  @email
end

#external_idObject

Returns the value of attribute external_id

Returns:

  • (Object)

    the current value of external_id



17
18
19
# File 'lib/pyrx_synapse/client.rb', line 17

def external_id
  @external_id
end

#first_nameObject

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



17
18
19
# File 'lib/pyrx_synapse/client.rb', line 17

def first_name
  @first_name
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



17
18
19
# File 'lib/pyrx_synapse/client.rb', line 17

def id
  @id
end

#last_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



17
18
19
# File 'lib/pyrx_synapse/client.rb', line 17

def last_name
  @last_name
end

#localeObject

Returns the value of attribute locale

Returns:

  • (Object)

    the current value of locale



17
18
19
# File 'lib/pyrx_synapse/client.rb', line 17

def locale
  @locale
end

#phoneObject

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



17
18
19
# File 'lib/pyrx_synapse/client.rb', line 17

def phone
  @phone
end

#propertiesObject

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



17
18
19
# File 'lib/pyrx_synapse/client.rb', line 17

def properties
  @properties
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



17
18
19
# File 'lib/pyrx_synapse/client.rb', line 17

def tags
  @tags
end

#timezoneObject

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



17
18
19
# File 'lib/pyrx_synapse/client.rb', line 17

def timezone
  @timezone
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



17
18
19
# File 'lib/pyrx_synapse/client.rb', line 17

def updated_at
  @updated_at
end