Module: NetSuite::Support::Actions
- Included in:
- Records::Account, Records::AccountingPeriod, Records::AssemblyBuild, Records::AssemblyItem, Records::AssemblyUnbuild, Records::BaseRefList, Records::BillingSchedule, Records::Bin, Records::BinTransfer, Records::Campaign, Records::CashRefund, Records::CashSale, Records::Classification, Records::Contact, Records::ContactRole, Records::CostCategory, Records::CreditMemo, Records::Currency, Records::CurrencyRate, Records::CustomList, Records::CustomRecord, Records::CustomRecordType, Records::Customer, Records::CustomerCategory, Records::CustomerDeposit, Records::CustomerPayment, Records::CustomerRefund, Records::CustomerStatus, Records::Department, Records::Deposit, Records::DepositApplication, Records::DescriptionItem, Records::DiscountItem, Records::Employee, Records::EntityCustomField, Records::Estimate, Records::File, Records::Folder, Records::GiftCertRedemption, Records::GiftCertificate, Records::GiftCertificateItem, Records::InboundShipment, Records::InterCompanyJournalEntry, Records::InventoryAdjustment, Records::InventoryItem, Records::InventoryNumber, Records::InventoryTransfer, Records::Invoice, Records::ItemFulfillment, Records::ItemGroup, Records::ItemOptionCustomField, Records::ItemReceipt, Records::Job, Records::JobStatus, Records::JournalEntry, Records::KitItem, Records::Location, Records::LotNumberedAssemblyItem, Records::LotNumberedInventoryItem, Records::Message, 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::PriceLevel, Records::PromotionCode, Records::PurchaseOrder, Records::ReturnAuthorization, Records::RevRecSchedule, Records::RevRecTemplate, Records::SalesOrder, Records::SalesRole, Records::SalesTaxItem, Records::SerializedAssemblyItem, Records::SerializedInventoryItem, Records::ServiceResaleItem, Records::ServiceSaleItem, Records::SiteCategory, Records::Subsidiary, Records::SubtotalItem, Records::SupportCase, Records::SupportCaseType, Records::Task, Records::TaxGroup, Records::TaxType, Records::Term, Records::TimeBill, Records::TransactionBodyCustomField, Records::TransactionColumnCustomField, Records::TransferOrder, Records::UnitsType, Records::Vendor, Records::VendorBill, Records::VendorCategory, Records::VendorCredit, Records::VendorPayment, Records::VendorReturnAuthorization, Records::WorkOrder
- Defined in:
- lib/netsuite/support/actions.rb
Defined Under Namespace
Modules: ClassMethods
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
Class Method Summary collapse
Instance Attribute Details
#errors ⇒ Object
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 |