Class: NetSuite::Records::ContactAccessRoles
- Inherits:
-
Object
- Object
- NetSuite::Records::ContactAccessRoles
- Defined in:
- lib/netsuite/records/contact_access_roles.rb
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ ContactAccessRoles
constructor
A new instance of ContactAccessRoles.
Methods included from Namespaces::ListRel
Methods included from Support::RecordRefs
Methods included from Support::Fields
Methods included from Support::Attributes
#attributes, #attributes=, #initialize_from_attributes_hash
Methods included from Support::Records
#record_type, #refresh, #to_attributes!, #to_record
Methods included from Namespaces::PlatformCore
Constructor Details
#initialize(attributes = {}) ⇒ ContactAccessRoles
Returns a new instance of ContactAccessRoles.
15 16 17 18 19 |
# File 'lib/netsuite/records/contact_access_roles.rb', line 15 def initialize(attributes = {}) @internal_id = attributes.delete(:internal_id) || attributes.delete(:@internal_id) @external_id = attributes.delete(:external_id) || attributes.delete(:@external_id) initialize_from_attributes_hash(attributes) end |