Module: NetSuite::Support::Actions

Included in:
Records::Account, Records::AccountingPeriod, Records::AssemblyItem, Records::BaseRefList, Records::BillingSchedule, Records::Bin, Records::Campaign, Records::CashRefund, Records::CashSale, Records::Classification, Records::Contact, Records::ContactRole, Records::CreditMemo, Records::Currency, Records::CurrencyRate, Records::CustomList, Records::CustomRecord, Records::CustomRecordType, Records::Customer, Records::CustomerCategory, Records::CustomerDeposit, Records::CustomerPayment, Records::CustomerRefund, Records::Department, Records::Deposit, Records::DescriptionItem, Records::DiscountItem, Records::Employee, Records::File, Records::Folder, Records::GiftCertRedemption, Records::GiftCertificate, Records::GiftCertificateItem, Records::InventoryItem, Records::InventoryTransfer, Records::Invoice, Records::ItemFulfillment, Records::ItemGroup, Records::ItemReceipt, Records::Job, Records::JobStatus, Records::JournalEntry, Records::KitItem, Records::Location, Records::NonInventoryPurchaseItem, Records::NonInventoryResaleItem, Records::NonInventorySaleItem, Records::Note, Records::NoteType, Records::Opportunity, Records::OtherChargeSaleItem, Records::Partner, Records::PaymentItem, Records::PaymentMethod, Records::PayrollItem, Records::PhoneCall, Records::PromotionCode, Records::PurchaseOrder, Records::ReturnAuthorization, Records::RevRecSchedule, Records::RevRecTemplate, Records::SalesOrder, Records::SalesTaxItem, Records::SerializedInventoryItem, Records::ServiceResaleItem, Records::ServiceSaleItem, Records::SiteCategory, Records::Subsidiary, Records::SubtotalItem, Records::SupportCase, Records::Task, Records::TaxGroup, Records::TaxType, Records::Term, Records::TimeBill, Records::TransferOrder, Records::UnitsType, Records::Vendor, Records::VendorBill, Records::VendorCategory, Records::VendorCredit, Records::VendorPayment, Records::WorkOrder
Defined in:
lib/netsuite/support/actions.rb

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors.



5
6
7
# File 'lib/netsuite/support/actions.rb', line 5

def errors
  @errors
end

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/netsuite/support/actions.rb', line 7

def self.included(base)
  base.send(:extend, ClassMethods)
end