Module: NetSuite::Support::Fields

Includes:
Attributes
Included in:
Records::Account, Records::AccountingPeriod, Records::AssemblyItem, Records::BaseRefList, Records::BillAddress, Records::BinNumberList, Records::CashRefund, Records::CashRefundItem, Records::CashRefundItemList, Records::Classification, Records::Contact, Records::CreditMemo, Records::CreditMemoApply, Records::CreditMemoItem, Records::CustomField, Records::CustomRecord, Records::CustomRecordRef, Records::CustomRecordType, Records::Customer, Records::CustomerAddressbook, Records::CustomerDeposit, Records::CustomerPayment, Records::CustomerPaymentApply, Records::CustomerRefund, Records::CustomerRefundApply, Records::CustomerRefundDeposit, Records::CustomerRefundDepositList, Records::Department, Records::Deposit, Records::DepositCashBack, Records::DepositCashBackList, Records::DepositOther, Records::DepositOtherList, Records::DepositPayment, Records::DepositPaymentList, Records::Duration, Records::GenericField, Records::InventoryItem, Records::Invoice, Records::InvoiceItem, Records::InvoiceItemList, Records::ItemFulfillment, Records::ItemFulfillmentItem, Records::ItemFulfillmentItemList, Records::ItemFulfillmentPackage, Records::ItemFulfillmentPackageList, Records::Job, Records::JournalEntry, Records::JournalEntryLine, Records::JournalEntryLineList, Records::Location, Records::NonInventorySaleItem, Records::PaymentMethod, Records::PhoneCall, Records::RecordRef, Records::RevRecTemplate, Records::SalesOrder, Records::SalesOrderItem, Records::SalesOrderItemList, Records::ServiceSaleItem, Records::ShipAddress, Records::SupportCase, Records::Task, Records::Term
Defined in:
lib/netsuite/support/fields.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from Attributes

#attributes, #attributes=, #initialize_from_attributes_hash

Class Method Details

.included(base) ⇒ Object



6
7
8
# File 'lib/netsuite/support/fields.rb', line 6

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