Skip to content

Commit 22bbacc

Browse files
author
Sterling Paramore
committed
Adds created_date and modified_date to contact
1 parent 6adad97 commit 22bbacc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/constantcontact/components/contacts/contact.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Contact < Component
1111
attr_accessor :id, :status, :first_name, :middle_name, :last_name, :confirmed, :email_addresses,
1212
:prefix_name, :job_title, :addresses, :company_name, :home_phone,
1313
:work_phone, :cell_phone, :fax, :custom_fields, :lists,
14-
:source_details, :notes, :source
14+
:source_details, :notes, :source, :created_date, :modified_date
1515

1616

1717
# Factory method to create a Contact object from a json string
@@ -89,4 +89,4 @@ def add_address(address)
8989

9090
end
9191
end
92-
end
92+
end

0 commit comments

Comments
 (0)