Method: NetSuite::Records::BillingScheduleRecurrence#initialize_from_record
- Defined in:
- lib/netsuite/records/billing_schedule_recurrence.rb
#initialize_from_record(record) ⇒ Object
23 24 25 |
# File 'lib/netsuite/records/billing_schedule_recurrence.rb', line 23 def initialize_from_record(record) self.attributes = record.send(:attributes) end |