Class: ActiveNetsuite::TimeBillSearchBasic

Inherits:
SearchRecordBasic show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comTimeBillSearchBasic

approved - ActiveNetsuite::SearchBooleanField
billable - ActiveNetsuite::SearchBooleanField
m_class - ActiveNetsuite::SearchMultiSelectField
customer - ActiveNetsuite::SearchMultiSelectField
date - ActiveNetsuite::SearchDateField
dateCreated - ActiveNetsuite::SearchDateField
department - ActiveNetsuite::SearchMultiSelectField
duration - ActiveNetsuite::SearchDoubleField
employee - ActiveNetsuite::SearchMultiSelectField
exempt - ActiveNetsuite::SearchBooleanField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
item - ActiveNetsuite::SearchMultiSelectField
lastModified - ActiveNetsuite::SearchDateField
location - ActiveNetsuite::SearchMultiSelectField
memo - ActiveNetsuite::SearchStringField
paidByPayroll - ActiveNetsuite::SearchBooleanField
paidExternally - ActiveNetsuite::SearchBooleanField
payItem - ActiveNetsuite::SearchMultiSelectField
productive - ActiveNetsuite::SearchBooleanField
status - ActiveNetsuite::SearchBooleanField
subsidiary - ActiveNetsuite::SearchMultiSelectField
temporaryLocalJurisdiction - ActiveNetsuite::SearchMultiSelectField
temporaryStateJurisdiction - ActiveNetsuite::SearchMultiSelectField
type - ActiveNetsuite::SearchEnumMultiSelectField
utilized - ActiveNetsuite::SearchBooleanField
customFieldList - ActiveNetsuite::SearchCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #response, #to_a, #where

Constructor Details

#initialize(approved = nil, billable = nil, v_class = nil, customer = nil, date = nil, dateCreated = nil, department = nil, duration = nil, employee = nil, exempt = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, item = nil, lastModified = nil, location = nil, memo = nil, paidByPayroll = nil, paidExternally = nil, payItem = nil, productive = nil, status = nil, subsidiary = nil, temporaryLocalJurisdiction = nil, temporaryStateJurisdiction = nil, type = nil, utilized = nil, customFieldList = nil) ⇒ TimeBillSearchBasic

Returns a new instance of TimeBillSearchBasic.



28233
28234
28235
28236
28237
28238
28239
28240
28241
28242
28243
28244
28245
28246
28247
28248
28249
28250
28251
28252
28253
28254
28255
28256
28257
28258
28259
28260
28261
28262
28263
# File 'lib/activenetsuite/soap/default.rb', line 28233

def initialize(approved = nil, billable = nil, v_class = nil, customer = nil, date = nil, dateCreated = nil, department = nil, duration = nil, employee = nil, exempt = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, item = nil, lastModified = nil, location = nil, memo = nil, paidByPayroll = nil, paidExternally = nil, payItem = nil, productive = nil, status = nil, subsidiary = nil, temporaryLocalJurisdiction = nil, temporaryStateJurisdiction = nil, type = nil, utilized = nil, customFieldList = nil)
  @approved = approved
  @billable = billable
  @v_class = v_class
  @customer = customer
  @date = date
  @dateCreated = dateCreated
  @department = department
  @duration = duration
  @employee = employee
  @exempt = exempt
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @item = item
  @lastModified = lastModified
  @location = location
  @memo = memo
  @paidByPayroll = paidByPayroll
  @paidExternally = paidExternally
  @payItem = payItem
  @productive = productive
  @status = status
  @subsidiary = subsidiary
  @temporaryLocalJurisdiction = temporaryLocalJurisdiction
  @temporaryStateJurisdiction = temporaryStateJurisdiction
  @type = type
  @utilized = utilized
  @customFieldList = customFieldList
end

Instance Attribute Details

#approvedObject

Returns the value of attribute approved.



28196
28197
28198
# File 'lib/activenetsuite/soap/default.rb', line 28196

def approved
  @approved
end

#billableObject

Returns the value of attribute billable.



28197
28198
28199
# File 'lib/activenetsuite/soap/default.rb', line 28197

def billable
  @billable
end

#customerObject

Returns the value of attribute customer.



28198
28199
28200
# File 'lib/activenetsuite/soap/default.rb', line 28198

def customer
  @customer
end

#customFieldListObject

Returns the value of attribute customFieldList.



28223
28224
28225
# File 'lib/activenetsuite/soap/default.rb', line 28223

def customFieldList
  @customFieldList
end

#dateObject

Returns the value of attribute date.



28199
28200
28201
# File 'lib/activenetsuite/soap/default.rb', line 28199

def date
  @date
end

#dateCreatedObject

Returns the value of attribute dateCreated.



28200
28201
28202
# File 'lib/activenetsuite/soap/default.rb', line 28200

def dateCreated
  @dateCreated
end

#departmentObject

Returns the value of attribute department.



28201
28202
28203
# File 'lib/activenetsuite/soap/default.rb', line 28201

def department
  @department
end

#durationObject

Returns the value of attribute duration.



28202
28203
28204
# File 'lib/activenetsuite/soap/default.rb', line 28202

def duration
  @duration
end

#employeeObject

Returns the value of attribute employee.



28203
28204
28205
# File 'lib/activenetsuite/soap/default.rb', line 28203

def employee
  @employee
end

#exemptObject

Returns the value of attribute exempt.



28204
28205
28206
# File 'lib/activenetsuite/soap/default.rb', line 28204

def exempt
  @exempt
end

#externalIdObject

Returns the value of attribute externalId.



28205
28206
28207
# File 'lib/activenetsuite/soap/default.rb', line 28205

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



28206
28207
28208
# File 'lib/activenetsuite/soap/default.rb', line 28206

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



28207
28208
28209
# File 'lib/activenetsuite/soap/default.rb', line 28207

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



28208
28209
28210
# File 'lib/activenetsuite/soap/default.rb', line 28208

def internalIdNumber
  @internalIdNumber
end

#itemObject

Returns the value of attribute item.



28209
28210
28211
# File 'lib/activenetsuite/soap/default.rb', line 28209

def item
  @item
end

#lastModifiedObject

Returns the value of attribute lastModified.



28210
28211
28212
# File 'lib/activenetsuite/soap/default.rb', line 28210

def lastModified
  @lastModified
end

#locationObject

Returns the value of attribute location.



28211
28212
28213
# File 'lib/activenetsuite/soap/default.rb', line 28211

def location
  @location
end

#memoObject

Returns the value of attribute memo.



28212
28213
28214
# File 'lib/activenetsuite/soap/default.rb', line 28212

def memo
  @memo
end

#paidByPayrollObject

Returns the value of attribute paidByPayroll.



28213
28214
28215
# File 'lib/activenetsuite/soap/default.rb', line 28213

def paidByPayroll
  @paidByPayroll
end

#paidExternallyObject

Returns the value of attribute paidExternally.



28214
28215
28216
# File 'lib/activenetsuite/soap/default.rb', line 28214

def paidExternally
  @paidExternally
end

#payItemObject

Returns the value of attribute payItem.



28215
28216
28217
# File 'lib/activenetsuite/soap/default.rb', line 28215

def payItem
  @payItem
end

#productiveObject

Returns the value of attribute productive.



28216
28217
28218
# File 'lib/activenetsuite/soap/default.rb', line 28216

def productive
  @productive
end

#statusObject

Returns the value of attribute status.



28217
28218
28219
# File 'lib/activenetsuite/soap/default.rb', line 28217

def status
  @status
end

#subsidiaryObject

Returns the value of attribute subsidiary.



28218
28219
28220
# File 'lib/activenetsuite/soap/default.rb', line 28218

def subsidiary
  @subsidiary
end

#temporaryLocalJurisdictionObject

Returns the value of attribute temporaryLocalJurisdiction.



28219
28220
28221
# File 'lib/activenetsuite/soap/default.rb', line 28219

def temporaryLocalJurisdiction
  @temporaryLocalJurisdiction
end

#temporaryStateJurisdictionObject

Returns the value of attribute temporaryStateJurisdiction.



28220
28221
28222
# File 'lib/activenetsuite/soap/default.rb', line 28220

def temporaryStateJurisdiction
  @temporaryStateJurisdiction
end

#typeObject

Returns the value of attribute type.



28221
28222
28223
# File 'lib/activenetsuite/soap/default.rb', line 28221

def type
  @type
end

#utilizedObject

Returns the value of attribute utilized.



28222
28223
28224
# File 'lib/activenetsuite/soap/default.rb', line 28222

def utilized
  @utilized
end

Instance Method Details

#m_classObject



28225
28226
28227
# File 'lib/activenetsuite/soap/default.rb', line 28225

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



28229
28230
28231
# File 'lib/activenetsuite/soap/default.rb', line 28229

def m_class=(value)
  @v_class = value
end