Method: NetSuite::Records::DepositOther#initialize_from_record

Defined in:
lib/netsuite/records/deposit_other.rb

#initialize_from_record(record) ⇒ Object



22
23
24
# File 'lib/netsuite/records/deposit_other.rb', line 22

def initialize_from_record(record)
  self.attributes = record.send(:attributes)
end