Module: NetSuite::Support::Actions
- Included in:
- Records::Account, Records::AccountingPeriod, Records::AssemblyItem, Records::BaseRefList, Records::Classification, Records::Contact, Records::CreditMemo, Records::CustomRecord, Records::CustomRecordType, Records::Customer, Records::CustomerPayment, Records::CustomerRefund, Records::Department, Records::InventoryItem, Records::Invoice, Records::ItemFulfillment, Records::Job, Records::JournalEntry, Records::Location, Records::NonInventorySaleItem, Records::PaymentMethod, Records::PhoneCall, Records::RevRecTemplate, Records::SalesOrder, Records::SupportCase, Records::Task, Records::Term
- Defined in:
- lib/netsuite/support/actions.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
5 6 7 |
# File 'lib/netsuite/support/actions.rb', line 5 def self.included(base) base.send(:extend, ClassMethods) end |