class ActiveNetsuite::Budget
{urn:financial_2013_2.transactions.webservices.netsuite.com}Budget
nullFieldList - ActiveNetsuite::NullField year - ActiveNetsuite::RecordRef customer - ActiveNetsuite::RecordRef item - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef department - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef account - ActiveNetsuite::RecordRef subsidiary - ActiveNetsuite::RecordRef category - ActiveNetsuite::RecordRef budgetType - ActiveNetsuite::BudgetBudgetType currency - ActiveNetsuite::RecordRef periodAmount1 - SOAP::SOAPDouble periodAmount2 - SOAP::SOAPDouble periodAmount3 - SOAP::SOAPDouble periodAmount4 - SOAP::SOAPDouble periodAmount5 - SOAP::SOAPDouble periodAmount6 - SOAP::SOAPDouble periodAmount7 - SOAP::SOAPDouble periodAmount8 - SOAP::SOAPDouble periodAmount9 - SOAP::SOAPDouble periodAmount10 - SOAP::SOAPDouble periodAmount11 - SOAP::SOAPDouble periodAmount12 - SOAP::SOAPDouble amount - SOAP::SOAPDouble xmlattr_internalId - SOAP::SOAPString
Constants
- AttrInternalId
Attributes
account[RW]
amount[RW]
budgetType[RW]
category[RW]
currency[RW]
customer[RW]
department[RW]
item[RW]
location[RW]
nullFieldList[RW]
periodAmount1[RW]
periodAmount10[RW]
periodAmount11[RW]
periodAmount12[RW]
periodAmount2[RW]
periodAmount3[RW]
periodAmount4[RW]
periodAmount5[RW]
periodAmount6[RW]
periodAmount7[RW]
periodAmount8[RW]
periodAmount9[RW]
subsidiary[RW]
year[RW]
Public Class Methods
new(nullFieldList = nil, year = nil, customer = nil, item = nil, v_class = nil, department = nil, location = nil, account = nil, subsidiary = nil, category = nil, budgetType = nil, currency = nil, periodAmount1 = nil, periodAmount2 = nil, periodAmount3 = nil, periodAmount4 = nil, periodAmount5 = nil, periodAmount6 = nil, periodAmount7 = nil, periodAmount8 = nil, periodAmount9 = nil, periodAmount10 = nil, periodAmount11 = nil, periodAmount12 = nil, amount = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18246 def initialize(nullFieldList = nil, year = nil, customer = nil, item = nil, v_class = nil, department = nil, location = nil, account = nil, subsidiary = nil, category = nil, budgetType = nil, currency = nil, periodAmount1 = nil, periodAmount2 = nil, periodAmount3 = nil, periodAmount4 = nil, periodAmount5 = nil, periodAmount6 = nil, periodAmount7 = nil, periodAmount8 = nil, periodAmount9 = nil, periodAmount10 = nil, periodAmount11 = nil, periodAmount12 = nil, amount = nil) @nullFieldList = nullFieldList @year = year @customer = customer @item = item @v_class = v_class @department = department @location = location @account = account @subsidiary = subsidiary @category = category @budgetType = budgetType @currency = currency @periodAmount1 = periodAmount1 @periodAmount2 = periodAmount2 @periodAmount3 = periodAmount3 @periodAmount4 = periodAmount4 @periodAmount5 = periodAmount5 @periodAmount6 = periodAmount6 @periodAmount7 = periodAmount7 @periodAmount8 = periodAmount8 @periodAmount9 = periodAmount9 @periodAmount10 = periodAmount10 @periodAmount11 = periodAmount11 @periodAmount12 = periodAmount12 @amount = amount @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18234 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18226 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18230 def m_class=(value) @v_class = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18238 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18242 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end