Class: NetSuite::Records::ItemMember

Inherits:
Object
  • Object
show all
Includes:
Namespaces::ListAcct, Support::Fields, Support::RecordRefs, Support::Records
Defined in:
lib/netsuite/records/item_member.rb

Instance Method Summary collapse

Methods included from Namespaces::ListAcct

#record_namespace

Methods included from Support::Records

#record_type, #to_attributes!, #to_record

Methods included from Namespaces::PlatformCore

#record_namespace

Methods included from Support::Attributes

#attributes, #attributes=, #initialize_from_attributes_hash

Methods included from Support::RecordRefs

included

Methods included from Support::Fields

included

Constructor Details

#initialize(attributes = {}) ⇒ ItemMember

Returns a new instance of ItemMember.



16
17
18
# File 'lib/netsuite/records/item_member.rb', line 16

def initialize(attributes = {})
  initialize_from_attributes_hash(attributes)
end