Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add search_joins to NetSuite::Records::Contact #349

Closed
wants to merge 8 commits into from
1 change: 1 addition & 0 deletions lib/netsuite/records/contact.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Contact

attr_reader :internal_id
attr_accessor :external_id
attr_accessor :search_joins

def initialize(attributes = {})
@internal_id = attributes.delete(:internal_id) || attributes.delete(:@internal_id)
Expand Down