Class: ActiveNetsuite::PhoneCallSearchRowBasic

Inherits:
SearchRowBasic 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.comPhoneCallSearchRowBasic

accessLevel - ActiveNetsuite::SearchColumnStringField
assigned - ActiveNetsuite::SearchColumnSelectField
company - ActiveNetsuite::SearchColumnSelectField
completedDate - ActiveNetsuite::SearchColumnDateField
contact - ActiveNetsuite::SearchColumnSelectField
createdDate - ActiveNetsuite::SearchColumnDateField
endDate - ActiveNetsuite::SearchColumnDateField
externalId - ActiveNetsuite::SearchColumnSelectField
internalId - ActiveNetsuite::SearchColumnSelectField
lastModifiedDate - ActiveNetsuite::SearchColumnDateField
markdone - ActiveNetsuite::SearchColumnStringField
message - ActiveNetsuite::SearchColumnStringField
owner - ActiveNetsuite::SearchColumnSelectField
phone - ActiveNetsuite::SearchColumnStringField
priority - ActiveNetsuite::SearchColumnEnumSelectField
startDate - ActiveNetsuite::SearchColumnDateField
startTime - ActiveNetsuite::SearchColumnDateField
status - ActiveNetsuite::SearchColumnEnumSelectField
title - ActiveNetsuite::SearchColumnStringField
transaction - ActiveNetsuite::SearchColumnSelectField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accessLevel = [], assigned = [], company = [], completedDate = [], contact = [], createdDate = [], endDate = [], externalId = [], internalId = [], lastModifiedDate = [], markdone = [], message = [], owner = [], phone = [], priority = [], startDate = [], startTime = [], status = [], title = [], transaction = [], customFieldList = nil) ⇒ PhoneCallSearchRowBasic

Returns a new instance of PhoneCallSearchRowBasic.



37997
37998
37999
38000
38001
38002
38003
38004
38005
38006
38007
38008
38009
38010
38011
38012
38013
38014
38015
38016
38017
38018
38019
# File 'lib/activenetsuite/soap/default.rb', line 37997

def initialize(accessLevel = [], assigned = [], company = [], completedDate = [], contact = [], createdDate = [], endDate = [], externalId = [], internalId = [], lastModifiedDate = [], markdone = [], message = [], owner = [], phone = [], priority = [], startDate = [], startTime = [], status = [], title = [], transaction = [], customFieldList = nil)
  @accessLevel = accessLevel
  @assigned = assigned
  @company = company
  @completedDate = completedDate
  @contact = contact
  @createdDate = createdDate
  @endDate = endDate
  @externalId = externalId
  @internalId = internalId
  @lastModifiedDate = lastModifiedDate
  @markdone = markdone
  @message = message
  @owner = owner
  @phone = phone
  @priority = priority
  @startDate = startDate
  @startTime = startTime
  @status = status
  @title = title
  @transaction = transaction
  @customFieldList = customFieldList
end

Instance Attribute Details

#accessLevelObject

Returns the value of attribute accessLevel.



37975
37976
37977
# File 'lib/activenetsuite/soap/default.rb', line 37975

def accessLevel
  @accessLevel
end

#assignedObject

Returns the value of attribute assigned.



37976
37977
37978
# File 'lib/activenetsuite/soap/default.rb', line 37976

def assigned
  @assigned
end

#companyObject

Returns the value of attribute company.



37977
37978
37979
# File 'lib/activenetsuite/soap/default.rb', line 37977

def company
  @company
end

#completedDateObject

Returns the value of attribute completedDate.



37978
37979
37980
# File 'lib/activenetsuite/soap/default.rb', line 37978

def completedDate
  @completedDate
end

#contactObject

Returns the value of attribute contact.



37979
37980
37981
# File 'lib/activenetsuite/soap/default.rb', line 37979

def contact
  @contact
end

#createdDateObject

Returns the value of attribute createdDate.



37980
37981
37982
# File 'lib/activenetsuite/soap/default.rb', line 37980

def createdDate
  @createdDate
end

#customFieldListObject

Returns the value of attribute customFieldList.



37995
37996
37997
# File 'lib/activenetsuite/soap/default.rb', line 37995

def customFieldList
  @customFieldList
end

#endDateObject

Returns the value of attribute endDate.



37981
37982
37983
# File 'lib/activenetsuite/soap/default.rb', line 37981

def endDate
  @endDate
end

#externalIdObject

Returns the value of attribute externalId.



37982
37983
37984
# File 'lib/activenetsuite/soap/default.rb', line 37982

def externalId
  @externalId
end

#internalIdObject

Returns the value of attribute internalId.



37983
37984
37985
# File 'lib/activenetsuite/soap/default.rb', line 37983

def internalId
  @internalId
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



37984
37985
37986
# File 'lib/activenetsuite/soap/default.rb', line 37984

def lastModifiedDate
  @lastModifiedDate
end

#markdoneObject

Returns the value of attribute markdone.



37985
37986
37987
# File 'lib/activenetsuite/soap/default.rb', line 37985

def markdone
  @markdone
end

#messageObject

Returns the value of attribute message.



37986
37987
37988
# File 'lib/activenetsuite/soap/default.rb', line 37986

def message
  @message
end

#ownerObject

Returns the value of attribute owner.



37987
37988
37989
# File 'lib/activenetsuite/soap/default.rb', line 37987

def owner
  @owner
end

#phoneObject

Returns the value of attribute phone.



37988
37989
37990
# File 'lib/activenetsuite/soap/default.rb', line 37988

def phone
  @phone
end

#priorityObject

Returns the value of attribute priority.



37989
37990
37991
# File 'lib/activenetsuite/soap/default.rb', line 37989

def priority
  @priority
end

#startDateObject

Returns the value of attribute startDate.



37990
37991
37992
# File 'lib/activenetsuite/soap/default.rb', line 37990

def startDate
  @startDate
end

#startTimeObject

Returns the value of attribute startTime.



37991
37992
37993
# File 'lib/activenetsuite/soap/default.rb', line 37991

def startTime
  @startTime
end

#statusObject

Returns the value of attribute status.



37992
37993
37994
# File 'lib/activenetsuite/soap/default.rb', line 37992

def status
  @status
end

#titleObject

Returns the value of attribute title.



37993
37994
37995
# File 'lib/activenetsuite/soap/default.rb', line 37993

def title
  @title
end

#transactionObject

Returns the value of attribute transaction.



37994
37995
37996
# File 'lib/activenetsuite/soap/default.rb', line 37994

def transaction
  @transaction
end