Module: NetSuite::Support::Fields

Includes:
Attributes
Included in:
Records::Account, Records::AccountingPeriod, Records::Address, Records::AssemblyBuild, Records::AssemblyComponent, Records::AssemblyItem, Records::AssemblyUnbuild, Records::BillAddress, Records::BillingSchedule, Records::BillingScheduleMilestone, Records::BillingScheduleRecurrence, Records::Bin, Records::Campaign, Records::CashRefund, Records::CashRefundItem, Records::CashSale, Records::CashSaleItem, Records::Classification, Records::Contact, Records::ContactAccessRoles, Records::ContactAddressbook, Records::ContactRole, Records::CreditMemo, Records::CreditMemoApply, Records::CreditMemoItem, Records::Currency, Records::CurrencyRate, Records::CustomField, Records::CustomList, Records::CustomListCustomValue, Records::CustomRecord, Records::CustomRecordRef, Records::CustomRecordType, Records::Customer, Records::CustomerAddressbook, Records::CustomerCategory, Records::CustomerCurrency, Records::CustomerDeposit, Records::CustomerDepositApply, Records::CustomerPartner, Records::CustomerPayment, Records::CustomerPaymentApply, Records::CustomerRefund, Records::CustomerRefundApply, Records::CustomerRefundDeposit, Records::Department, Records::Deposit, Records::DepositApplication, Records::DepositCashBack, Records::DepositOther, Records::DepositPayment, Records::DescriptionItem, Records::DiscountItem, Records::Duration, Records::Employee, Records::File, Records::Folder, Records::GenericField, Records::GiftCertRedemption, Records::GiftCertificate, Records::GiftCertificateItem, Records::InventoryAdjustment, Records::InventoryAdjustmentInventory, Records::InventoryAssignment, Records::InventoryAssignmentList, Records::InventoryDetail, Records::InventoryItem, Records::InventoryNumber, Records::InventoryNumberLocations, Records::InventoryTransfer, Records::InventoryTransferInventory, Records::Invoice, Records::InvoiceItem, Records::ItemFulfillment, Records::ItemFulfillmentItem, Records::ItemFulfillmentPackage, Records::ItemGroup, Records::ItemMember, Records::ItemReceipt, Records::ItemReceiptItem, Records::ItemVendor, Records::Job, Records::JobStatus, Records::JournalEntry, Records::JournalEntryLine, Records::KitItem, Records::Location, Records::LotNumberedAssemblyItem, Records::NonInventoryPurchaseItem, Records::NonInventoryResaleItem, Records::NonInventorySaleItem, Records::Note, Records::NoteType, Records::Opportunity, Records::OpportunityItem, Records::OtherChargeSaleItem, Records::Partner, Records::PaymentItem, Records::PaymentMethod, Records::PayrollItem, Records::PhoneCall, Records::PromotionCode, Records::PurchaseOrder, Records::PurchaseOrderItem, Records::RecordRef, Records::ReturnAuthorization, Records::ReturnAuthorizationItem, Records::RevRecSchedule, Records::RevRecTemplate, Records::Roles, Records::SalesOrder, Records::SalesOrderItem, Records::SalesTaxItem, Records::SerializedInventoryItem, Records::SerializedInventoryItemLocation, Records::SerializedInventoryItemNumbers, Records::ServiceResaleItem, Records::ServiceSaleItem, Records::ShipAddress, Records::SiteCategory, Records::Subsidiary, Records::SubtotalItem, Records::SupportCase, Records::Task, Records::TaxGroup, Records::TaxType, Records::Term, Records::TimeBill, Records::TransactionShipGroup, Records::TransferOrder, Records::TransferOrderItem, Records::UnitsType, Records::UnitsTypeUom, Records::Vendor, Records::VendorBill, Records::VendorBillExpense, Records::VendorBillItem, Records::VendorCategory, Records::VendorCredit, Records::VendorCreditApply, Records::VendorCreditExpense, Records::VendorCreditItem, Records::VendorPayment, Records::VendorPaymentApply, Records::VendorReturnAuthorization, Records::VendorReturnAuthorizationItem, Records::WorkOrder, Records::WorkOrderItem, Sublist
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