Class: ActiveNetsuite::SupportCaseSearchRowBasic

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

assigned - ActiveNetsuite::SearchColumnSelectField
awaitingReply - ActiveNetsuite::SearchColumnBooleanField
caseNumber - ActiveNetsuite::SearchColumnStringField
category - ActiveNetsuite::SearchColumnSelectField
company - ActiveNetsuite::SearchColumnSelectField
contact - ActiveNetsuite::SearchColumnSelectField
createdDate - ActiveNetsuite::SearchColumnDateField
customerStage - ActiveNetsuite::SearchColumnEnumSelectField
email - ActiveNetsuite::SearchColumnStringField
endDate - ActiveNetsuite::SearchColumnDateField
escalatee - ActiveNetsuite::SearchColumnSelectField
externalId - ActiveNetsuite::SearchColumnSelectField
helpDesk - ActiveNetsuite::SearchColumnBooleanField
inboundEmail - ActiveNetsuite::SearchColumnStringField
internalId - ActiveNetsuite::SearchColumnSelectField
isInactive - ActiveNetsuite::SearchColumnBooleanField
issue - ActiveNetsuite::SearchColumnSelectField
issueNumber - ActiveNetsuite::SearchColumnStringField
item - ActiveNetsuite::SearchColumnSelectField
lastMessageDate - ActiveNetsuite::SearchColumnDateField
lastModifiedDate - ActiveNetsuite::SearchColumnDateField
lastReopenedDate - ActiveNetsuite::SearchColumnDateField
locked - ActiveNetsuite::SearchColumnBooleanField
m_module - ActiveNetsuite::SearchColumnSelectField
origin - ActiveNetsuite::SearchColumnSelectField
priority - ActiveNetsuite::SearchColumnSelectField
product - ActiveNetsuite::SearchColumnSelectField
serialNumber - ActiveNetsuite::SearchColumnStringField
stage - ActiveNetsuite::SearchColumnEnumSelectField
startDate - ActiveNetsuite::SearchColumnDateField
status - ActiveNetsuite::SearchColumnSelectField
subsidiary - ActiveNetsuite::SearchColumnSelectField
title - ActiveNetsuite::SearchColumnStringField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(assigned = [], awaitingReply = [], caseNumber = [], category = [], company = [], contact = [], createdDate = [], customerStage = [], email = [], endDate = [], escalatee = [], externalId = [], helpDesk = [], inboundEmail = [], internalId = [], isInactive = [], issue = [], issueNumber = [], item = [], lastMessageDate = [], lastModifiedDate = [], lastReopenedDate = [], locked = [], v_module = [], origin = [], priority = [], product = [], serialNumber = [], stage = [], startDate = [], status = [], subsidiary = [], title = [], customFieldList = nil) ⇒ SupportCaseSearchRowBasic

Returns a new instance of SupportCaseSearchRowBasic.



38100
38101
38102
38103
38104
38105
38106
38107
38108
38109
38110
38111
38112
38113
38114
38115
38116
38117
38118
38119
38120
38121
38122
38123
38124
38125
38126
38127
38128
38129
38130
38131
38132
38133
38134
38135
# File 'lib/activenetsuite/soap/default.rb', line 38100

def initialize(assigned = [], awaitingReply = [], caseNumber = [], category = [], company = [], contact = [], createdDate = [], customerStage = [], email = [], endDate = [], escalatee = [], externalId = [], helpDesk = [], inboundEmail = [], internalId = [], isInactive = [], issue = [], issueNumber = [], item = [], lastMessageDate = [], lastModifiedDate = [], lastReopenedDate = [], locked = [], v_module = [], origin = [], priority = [], product = [], serialNumber = [], stage = [], startDate = [], status = [], subsidiary = [], title = [], customFieldList = nil)
  @assigned = assigned
  @awaitingReply = awaitingReply
  @caseNumber = caseNumber
  @category = category
  @company = company
  @contact = contact
  @createdDate = createdDate
  @customerStage = customerStage
  @email = email
  @endDate = endDate
  @escalatee = escalatee
  @externalId = externalId
  @helpDesk = helpDesk
  @inboundEmail = inboundEmail
  @internalId = internalId
  @isInactive = isInactive
  @issue = issue
  @issueNumber = issueNumber
  @item = item
  @lastMessageDate = lastMessageDate
  @lastModifiedDate = lastModifiedDate
  @lastReopenedDate = lastReopenedDate
  @locked = locked
  @v_module = v_module
  @origin = origin
  @priority = priority
  @product = product
  @serialNumber = serialNumber
  @stage = stage
  @startDate = startDate
  @status = status
  @subsidiary = subsidiary
  @title = title
  @customFieldList = customFieldList
end

Instance Attribute Details

#assignedObject

Returns the value of attribute assigned.



38058
38059
38060
# File 'lib/activenetsuite/soap/default.rb', line 38058

def assigned
  @assigned
end

#awaitingReplyObject

Returns the value of attribute awaitingReply.



38059
38060
38061
# File 'lib/activenetsuite/soap/default.rb', line 38059

def awaitingReply
  @awaitingReply
end

#caseNumberObject

Returns the value of attribute caseNumber.



38060
38061
38062
# File 'lib/activenetsuite/soap/default.rb', line 38060

def caseNumber
  @caseNumber
end

#categoryObject

Returns the value of attribute category.



38061
38062
38063
# File 'lib/activenetsuite/soap/default.rb', line 38061

def category
  @category
end

#companyObject

Returns the value of attribute company.



38062
38063
38064
# File 'lib/activenetsuite/soap/default.rb', line 38062

def company
  @company
end

#contactObject

Returns the value of attribute contact.



38063
38064
38065
# File 'lib/activenetsuite/soap/default.rb', line 38063

def contact
  @contact
end

#createdDateObject

Returns the value of attribute createdDate.



38064
38065
38066
# File 'lib/activenetsuite/soap/default.rb', line 38064

def createdDate
  @createdDate
end

#customerStageObject

Returns the value of attribute customerStage.



38065
38066
38067
# File 'lib/activenetsuite/soap/default.rb', line 38065

def customerStage
  @customerStage
end

#customFieldListObject

Returns the value of attribute customFieldList.



38090
38091
38092
# File 'lib/activenetsuite/soap/default.rb', line 38090

def customFieldList
  @customFieldList
end

#emailObject

Returns the value of attribute email.



38066
38067
38068
# File 'lib/activenetsuite/soap/default.rb', line 38066

def email
  @email
end

#endDateObject

Returns the value of attribute endDate.



38067
38068
38069
# File 'lib/activenetsuite/soap/default.rb', line 38067

def endDate
  @endDate
end

#escalateeObject

Returns the value of attribute escalatee.



38068
38069
38070
# File 'lib/activenetsuite/soap/default.rb', line 38068

def escalatee
  @escalatee
end

#externalIdObject

Returns the value of attribute externalId.



38069
38070
38071
# File 'lib/activenetsuite/soap/default.rb', line 38069

def externalId
  @externalId
end

#helpDeskObject

Returns the value of attribute helpDesk.



38070
38071
38072
# File 'lib/activenetsuite/soap/default.rb', line 38070

def helpDesk
  @helpDesk
end

#inboundEmailObject

Returns the value of attribute inboundEmail.



38071
38072
38073
# File 'lib/activenetsuite/soap/default.rb', line 38071

def inboundEmail
  @inboundEmail
end

#internalIdObject

Returns the value of attribute internalId.



38072
38073
38074
# File 'lib/activenetsuite/soap/default.rb', line 38072

def internalId
  @internalId
end

#isInactiveObject

Returns the value of attribute isInactive.



38073
38074
38075
# File 'lib/activenetsuite/soap/default.rb', line 38073

def isInactive
  @isInactive
end

#issueObject

Returns the value of attribute issue.



38074
38075
38076
# File 'lib/activenetsuite/soap/default.rb', line 38074

def issue
  @issue
end

#issueNumberObject

Returns the value of attribute issueNumber.



38075
38076
38077
# File 'lib/activenetsuite/soap/default.rb', line 38075

def issueNumber
  @issueNumber
end

#itemObject

Returns the value of attribute item.



38076
38077
38078
# File 'lib/activenetsuite/soap/default.rb', line 38076

def item
  @item
end

#lastMessageDateObject

Returns the value of attribute lastMessageDate.



38077
38078
38079
# File 'lib/activenetsuite/soap/default.rb', line 38077

def lastMessageDate
  @lastMessageDate
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



38078
38079
38080
# File 'lib/activenetsuite/soap/default.rb', line 38078

def lastModifiedDate
  @lastModifiedDate
end

#lastReopenedDateObject

Returns the value of attribute lastReopenedDate.



38079
38080
38081
# File 'lib/activenetsuite/soap/default.rb', line 38079

def lastReopenedDate
  @lastReopenedDate
end

#lockedObject

Returns the value of attribute locked.



38080
38081
38082
# File 'lib/activenetsuite/soap/default.rb', line 38080

def locked
  @locked
end

#originObject

Returns the value of attribute origin.



38081
38082
38083
# File 'lib/activenetsuite/soap/default.rb', line 38081

def origin
  @origin
end

#priorityObject

Returns the value of attribute priority.



38082
38083
38084
# File 'lib/activenetsuite/soap/default.rb', line 38082

def priority
  @priority
end

#productObject

Returns the value of attribute product.



38083
38084
38085
# File 'lib/activenetsuite/soap/default.rb', line 38083

def product
  @product
end

#serialNumberObject

Returns the value of attribute serialNumber.



38084
38085
38086
# File 'lib/activenetsuite/soap/default.rb', line 38084

def serialNumber
  @serialNumber
end

#stageObject

Returns the value of attribute stage.



38085
38086
38087
# File 'lib/activenetsuite/soap/default.rb', line 38085

def stage
  @stage
end

#startDateObject

Returns the value of attribute startDate.



38086
38087
38088
# File 'lib/activenetsuite/soap/default.rb', line 38086

def startDate
  @startDate
end

#statusObject

Returns the value of attribute status.



38087
38088
38089
# File 'lib/activenetsuite/soap/default.rb', line 38087

def status
  @status
end

#subsidiaryObject

Returns the value of attribute subsidiary.



38088
38089
38090
# File 'lib/activenetsuite/soap/default.rb', line 38088

def subsidiary
  @subsidiary
end

#titleObject

Returns the value of attribute title.



38089
38090
38091
# File 'lib/activenetsuite/soap/default.rb', line 38089

def title
  @title
end

Instance Method Details

#m_moduleObject



38092
38093
38094
# File 'lib/activenetsuite/soap/default.rb', line 38092

def m_module
  @v_module
end

#m_module=(value) ⇒ Object



38096
38097
38098
# File 'lib/activenetsuite/soap/default.rb', line 38096

def m_module=(value)
  @v_module = value
end