class NetSuite::Records::ContactRole
Attributes
internal_id[R]
Public Class Methods
new(attributes = {})
click to toggle source
# File lib/netsuite/records/contact_role.rb, line 16 def initialize(attributes = {}) @internal_id = attributes.delete(:internal_id) || attributes.delete(:@internal_id) initialize_from_attributes_hash(attributes) end