class ActiveNetsuite::TimeItem
{urn:common_2013_2.platform.webservices.netsuite.com}TimeItem
id - SOAP::SOAPLong employee - ActiveNetsuite::RecordRef timeType - ActiveNetsuite::TimeItemTimeType tranDate - SOAP::SOAPDateTime customer - ActiveNetsuite::RecordRef isBillable - SOAP::SOAPBoolean payrollItem - ActiveNetsuite::RecordRef item - ActiveNetsuite::RecordRef temporaryLocalJurisdiction - ActiveNetsuite::RecordRef temporaryStateJurisdiction - ActiveNetsuite::RecordRef department - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef hours - ActiveNetsuite::Duration price - ActiveNetsuite::RecordRef rate - SOAP::SOAPDouble overrideRate - SOAP::SOAPBoolean hoursTotal - ActiveNetsuite::Duration caseTaskEvent - ActiveNetsuite::RecordRef memo - SOAP::SOAPString isUtilized - SOAP::SOAPBoolean isProductive - SOAP::SOAPBoolean isExempt - SOAP::SOAPBoolean
Attributes
caseTaskEvent[RW]
customer[RW]
department[RW]
employee[RW]
hours[RW]
hoursTotal[RW]
id[RW]
isBillable[RW]
isExempt[RW]
isProductive[RW]
isUtilized[RW]
item[RW]
location[RW]
memo[RW]
overrideRate[RW]
payrollItem[RW]
price[RW]
rate[RW]
temporaryLocalJurisdiction[RW]
temporaryStateJurisdiction[RW]
timeType[RW]
tranDate[RW]
Public Class Methods
new(id = nil, employee = nil, timeType = nil, tranDate = nil, customer = nil, isBillable = nil, payrollItem = nil, item = nil, temporaryLocalJurisdiction = nil, temporaryStateJurisdiction = nil, department = nil, v_class = nil, location = nil, hours = nil, price = nil, rate = nil, overrideRate = nil, hoursTotal = nil, caseTaskEvent = nil, memo = nil, isUtilized = nil, isProductive = nil, isExempt = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 49898 def initialize(id = nil, employee = nil, timeType = nil, tranDate = nil, customer = nil, isBillable = nil, payrollItem = nil, item = nil, temporaryLocalJurisdiction = nil, temporaryStateJurisdiction = nil, department = nil, v_class = nil, location = nil, hours = nil, price = nil, rate = nil, overrideRate = nil, hoursTotal = nil, caseTaskEvent = nil, memo = nil, isUtilized = nil, isProductive = nil, isExempt = nil) @id = id @employee = employee @timeType = timeType @tranDate = tranDate @customer = customer @isBillable = isBillable @payrollItem = payrollItem @item = item @temporaryLocalJurisdiction = temporaryLocalJurisdiction @temporaryStateJurisdiction = temporaryStateJurisdiction @department = department @v_class = v_class @location = location @hours = hours @price = price @rate = rate @overrideRate = overrideRate @hoursTotal = hoursTotal @caseTaskEvent = caseTaskEvent @memo = memo @isUtilized = isUtilized @isProductive = isProductive @isExempt = isExempt end
Public Instance Methods
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 49890 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 49894 def m_class=(value) @v_class = value end