Class: ActiveNetsuite::PhoneCallSearchBasic

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.comPhoneCallSearchBasic

assigned - ActiveNetsuite::SearchMultiSelectField
company - ActiveNetsuite::SearchMultiSelectField
completedDate - ActiveNetsuite::SearchDateField
contact - ActiveNetsuite::SearchMultiSelectField
createdBy - ActiveNetsuite::SearchMultiSelectField
createdDate - ActiveNetsuite::SearchDateField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isPrivate - ActiveNetsuite::SearchBooleanField
lastModifiedDate - ActiveNetsuite::SearchDateField
owner - ActiveNetsuite::SearchBooleanField
phone - ActiveNetsuite::SearchStringField
priority - ActiveNetsuite::SearchEnumMultiSelectField
startDate - ActiveNetsuite::SearchDateField
status - ActiveNetsuite::SearchEnumMultiSelectField
title - ActiveNetsuite::SearchStringField
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(assigned = nil, company = nil, completedDate = nil, contact = nil, createdBy = nil, createdDate = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isPrivate = nil, lastModifiedDate = nil, owner = nil, phone = nil, priority = nil, startDate = nil, status = nil, title = nil, customFieldList = nil) ⇒ PhoneCallSearchBasic

Returns a new instance of PhoneCallSearchBasic.



25422
25423
25424
25425
25426
25427
25428
25429
25430
25431
25432
25433
25434
25435
25436
25437
25438
25439
25440
25441
25442
# File 'lib/activenetsuite/soap/default.rb', line 25422

def initialize(assigned = nil, company = nil, completedDate = nil, contact = nil, createdBy = nil, createdDate = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isPrivate = nil, lastModifiedDate = nil, owner = nil, phone = nil, priority = nil, startDate = nil, status = nil, title = nil, customFieldList = nil)
  @assigned = assigned
  @company = company
  @completedDate = completedDate
  @contact = contact
  @createdBy = createdBy
  @createdDate = createdDate
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @isPrivate = isPrivate
  @lastModifiedDate = lastModifiedDate
  @owner = owner
  @phone = phone
  @priority = priority
  @startDate = startDate
  @status = status
  @title = title
  @customFieldList = customFieldList
end

Instance Attribute Details

#assignedObject

Returns the value of attribute assigned.



25402
25403
25404
# File 'lib/activenetsuite/soap/default.rb', line 25402

def assigned
  @assigned
end

#companyObject

Returns the value of attribute company.



25403
25404
25405
# File 'lib/activenetsuite/soap/default.rb', line 25403

def company
  @company
end

#completedDateObject

Returns the value of attribute completedDate.



25404
25405
25406
# File 'lib/activenetsuite/soap/default.rb', line 25404

def completedDate
  @completedDate
end

#contactObject

Returns the value of attribute contact.



25405
25406
25407
# File 'lib/activenetsuite/soap/default.rb', line 25405

def contact
  @contact
end

#createdByObject

Returns the value of attribute createdBy.



25406
25407
25408
# File 'lib/activenetsuite/soap/default.rb', line 25406

def createdBy
  @createdBy
end

#createdDateObject

Returns the value of attribute createdDate.



25407
25408
25409
# File 'lib/activenetsuite/soap/default.rb', line 25407

def createdDate
  @createdDate
end

#customFieldListObject

Returns the value of attribute customFieldList.



25420
25421
25422
# File 'lib/activenetsuite/soap/default.rb', line 25420

def customFieldList
  @customFieldList
end

#externalIdObject

Returns the value of attribute externalId.



25408
25409
25410
# File 'lib/activenetsuite/soap/default.rb', line 25408

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



25409
25410
25411
# File 'lib/activenetsuite/soap/default.rb', line 25409

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



25410
25411
25412
# File 'lib/activenetsuite/soap/default.rb', line 25410

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



25411
25412
25413
# File 'lib/activenetsuite/soap/default.rb', line 25411

def internalIdNumber
  @internalIdNumber
end

#isPrivateObject

Returns the value of attribute isPrivate.



25412
25413
25414
# File 'lib/activenetsuite/soap/default.rb', line 25412

def isPrivate
  @isPrivate
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



25413
25414
25415
# File 'lib/activenetsuite/soap/default.rb', line 25413

def lastModifiedDate
  @lastModifiedDate
end

#ownerObject

Returns the value of attribute owner.



25414
25415
25416
# File 'lib/activenetsuite/soap/default.rb', line 25414

def owner
  @owner
end

#phoneObject

Returns the value of attribute phone.



25415
25416
25417
# File 'lib/activenetsuite/soap/default.rb', line 25415

def phone
  @phone
end

#priorityObject

Returns the value of attribute priority.



25416
25417
25418
# File 'lib/activenetsuite/soap/default.rb', line 25416

def priority
  @priority
end

#startDateObject

Returns the value of attribute startDate.



25417
25418
25419
# File 'lib/activenetsuite/soap/default.rb', line 25417

def startDate
  @startDate
end

#statusObject

Returns the value of attribute status.



25418
25419
25420
# File 'lib/activenetsuite/soap/default.rb', line 25418

def status
  @status
end

#titleObject

Returns the value of attribute title.



25419
25420
25421
# File 'lib/activenetsuite/soap/default.rb', line 25419

def title
  @title
end