lib/nylas/contact.rb in nylas-5.6.1 vs lib/nylas/contact.rb in nylas-5.7.0

- old
+ new

@@ -28,9 +28,10 @@ attribute :job_title, :string attribute :manager_name, :string attribute :office_location, :string attribute :notes, :string attribute :source, :string + attribute :job_status_id, :string, read_only: true has_n_of_attribute :groups, :contact_group has_n_of_attribute :emails, :email_address has_n_of_attribute :im_addresses, :im_address has_n_of_attribute :physical_addresses, :physical_address