Class: ActiveNetsuite::IssueSearchRowBasic

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

ageInMonths - ActiveNetsuite::SearchColumnLongField
assigned - ActiveNetsuite::SearchColumnSelectField
buildBroken - ActiveNetsuite::SearchColumnSelectField
buildFixed - ActiveNetsuite::SearchColumnSelectField
buildTarget - ActiveNetsuite::SearchColumnSelectField
caseCount - ActiveNetsuite::SearchColumnLongField
caseNumber - ActiveNetsuite::SearchColumnStringField
closedDate - ActiveNetsuite::SearchColumnDateField
createdDate - ActiveNetsuite::SearchColumnDateField
dateReleased - ActiveNetsuite::SearchColumnDateField
duplicateOf - ActiveNetsuite::SearchColumnSelectField
employeeOrTeam - ActiveNetsuite::SearchColumnSelectField
eventStatus - ActiveNetsuite::SearchColumnEnumSelectField
externalAbstract - ActiveNetsuite::SearchColumnStringField
externalDetails - ActiveNetsuite::SearchColumnStringField
externalFixedIn - ActiveNetsuite::SearchColumnStringField
externalId - ActiveNetsuite::SearchColumnSelectField
externalStatus - ActiveNetsuite::SearchColumnSelectField
fixed - ActiveNetsuite::SearchColumnDateField
fixedBy - ActiveNetsuite::SearchColumnSelectField
internalId - ActiveNetsuite::SearchColumnSelectField
isOwner - ActiveNetsuite::SearchColumnBooleanField
isReviewed - ActiveNetsuite::SearchColumnBooleanField
isShowStopper - ActiveNetsuite::SearchColumnBooleanField
issueAbstract - ActiveNetsuite::SearchColumnStringField
issueStatus - ActiveNetsuite::SearchColumnSelectField
item - ActiveNetsuite::SearchColumnSelectField
lastModifiedDate - ActiveNetsuite::SearchColumnDateField
m_module - ActiveNetsuite::SearchColumnStringField
number - ActiveNetsuite::SearchColumnStringField
originalFixedIn - ActiveNetsuite::SearchColumnStringField
priority - ActiveNetsuite::SearchColumnSelectField
product - ActiveNetsuite::SearchColumnSelectField
productTeam - ActiveNetsuite::SearchColumnSelectField
relatedIssue - ActiveNetsuite::SearchColumnSelectField
relationship - ActiveNetsuite::SearchColumnEnumSelectField
relationshipComment - ActiveNetsuite::SearchColumnStringField
reportedBy - ActiveNetsuite::SearchColumnSelectField
reproduce - ActiveNetsuite::SearchColumnSelectField
resolved - ActiveNetsuite::SearchColumnDateField
resolvedBy - ActiveNetsuite::SearchColumnSelectField
reviewer - ActiveNetsuite::SearchColumnSelectField
severity - ActiveNetsuite::SearchColumnSelectField
source - ActiveNetsuite::SearchColumnEnumSelectField
tags - ActiveNetsuite::SearchColumnSelectField
type - ActiveNetsuite::SearchColumnStringField
userType - ActiveNetsuite::SearchColumnSelectField
versionBroken - ActiveNetsuite::SearchColumnSelectField
versionFixed - ActiveNetsuite::SearchColumnSelectField
versionTarget - ActiveNetsuite::SearchColumnSelectField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ageInMonths = [], assigned = [], buildBroken = [], buildFixed = [], buildTarget = [], caseCount = [], caseNumber = [], closedDate = [], createdDate = [], dateReleased = [], duplicateOf = [], employeeOrTeam = [], eventStatus = [], externalAbstract = [], externalDetails = [], externalFixedIn = [], externalId = [], externalStatus = [], fixed = [], fixedBy = [], internalId = [], isOwner = [], isReviewed = [], isShowStopper = [], issueAbstract = [], issueStatus = [], item = [], lastModifiedDate = [], v_module = [], number = [], originalFixedIn = [], priority = [], product = [], productTeam = [], relatedIssue = [], relationship = [], relationshipComment = [], reportedBy = [], reproduce = [], resolved = [], resolvedBy = [], reviewer = [], severity = [], source = [], tags = [], type = [], userType = [], versionBroken = [], versionFixed = [], versionTarget = [], customFieldList = nil) ⇒ IssueSearchRowBasic

Returns a new instance of IssueSearchRowBasic.



41918
41919
41920
41921
41922
41923
41924
41925
41926
41927
41928
41929
41930
41931
41932
41933
41934
41935
41936
41937
41938
41939
41940
41941
41942
41943
41944
41945
41946
41947
41948
41949
41950
41951
41952
41953
41954
41955
41956
41957
41958
41959
41960
41961
41962
41963
41964
41965
41966
41967
41968
41969
41970
# File 'lib/activenetsuite/soap/default.rb', line 41918

def initialize(ageInMonths = [], assigned = [], buildBroken = [], buildFixed = [], buildTarget = [], caseCount = [], caseNumber = [], closedDate = [], createdDate = [], dateReleased = [], duplicateOf = [], employeeOrTeam = [], eventStatus = [], externalAbstract = [], externalDetails = [], externalFixedIn = [], externalId = [], externalStatus = [], fixed = [], fixedBy = [], internalId = [], isOwner = [], isReviewed = [], isShowStopper = [], issueAbstract = [], issueStatus = [], item = [], lastModifiedDate = [], v_module = [], number = [], originalFixedIn = [], priority = [], product = [], productTeam = [], relatedIssue = [], relationship = [], relationshipComment = [], reportedBy = [], reproduce = [], resolved = [], resolvedBy = [], reviewer = [], severity = [], source = [], tags = [], type = [], userType = [], versionBroken = [], versionFixed = [], versionTarget = [], customFieldList = nil)
  @ageInMonths = ageInMonths
  @assigned = assigned
  @buildBroken = buildBroken
  @buildFixed = buildFixed
  @buildTarget = buildTarget
  @caseCount = caseCount
  @caseNumber = caseNumber
  @closedDate = closedDate
  @createdDate = createdDate
  @dateReleased = dateReleased
  @duplicateOf = duplicateOf
  @employeeOrTeam = employeeOrTeam
  @eventStatus = eventStatus
  @externalAbstract = externalAbstract
  @externalDetails = externalDetails
  @externalFixedIn = externalFixedIn
  @externalId = externalId
  @externalStatus = externalStatus
  @fixed = fixed
  @fixedBy = fixedBy
  @internalId = internalId
  @isOwner = isOwner
  @isReviewed = isReviewed
  @isShowStopper = isShowStopper
  @issueAbstract = issueAbstract
  @issueStatus = issueStatus
  @item = item
  @lastModifiedDate = lastModifiedDate
  @v_module = v_module
  @number = number
  @originalFixedIn = originalFixedIn
  @priority = priority
  @product = product
  @productTeam = productTeam
  @relatedIssue = relatedIssue
  @relationship = relationship
  @relationshipComment = relationshipComment
  @reportedBy = reportedBy
  @reproduce = reproduce
  @resolved = resolved
  @resolvedBy = resolvedBy
  @reviewer = reviewer
  @severity = severity
  @source = source
  @tags = tags
  @type = type
  @userType = userType
  @versionBroken = versionBroken
  @versionFixed = versionFixed
  @versionTarget = versionTarget
  @customFieldList = customFieldList
end

Instance Attribute Details

#ageInMonthsObject

Returns the value of attribute ageInMonths.



41859
41860
41861
# File 'lib/activenetsuite/soap/default.rb', line 41859

def ageInMonths
  @ageInMonths
end

#assignedObject

Returns the value of attribute assigned.



41860
41861
41862
# File 'lib/activenetsuite/soap/default.rb', line 41860

def assigned
  @assigned
end

#buildBrokenObject

Returns the value of attribute buildBroken.



41861
41862
41863
# File 'lib/activenetsuite/soap/default.rb', line 41861

def buildBroken
  @buildBroken
end

#buildFixedObject

Returns the value of attribute buildFixed.



41862
41863
41864
# File 'lib/activenetsuite/soap/default.rb', line 41862

def buildFixed
  @buildFixed
end

#buildTargetObject

Returns the value of attribute buildTarget.



41863
41864
41865
# File 'lib/activenetsuite/soap/default.rb', line 41863

def buildTarget
  @buildTarget
end

#caseCountObject

Returns the value of attribute caseCount.



41864
41865
41866
# File 'lib/activenetsuite/soap/default.rb', line 41864

def caseCount
  @caseCount
end

#caseNumberObject

Returns the value of attribute caseNumber.



41865
41866
41867
# File 'lib/activenetsuite/soap/default.rb', line 41865

def caseNumber
  @caseNumber
end

#closedDateObject

Returns the value of attribute closedDate.



41866
41867
41868
# File 'lib/activenetsuite/soap/default.rb', line 41866

def closedDate
  @closedDate
end

#createdDateObject

Returns the value of attribute createdDate.



41867
41868
41869
# File 'lib/activenetsuite/soap/default.rb', line 41867

def createdDate
  @createdDate
end

#customFieldListObject

Returns the value of attribute customFieldList.



41908
41909
41910
# File 'lib/activenetsuite/soap/default.rb', line 41908

def customFieldList
  @customFieldList
end

#dateReleasedObject

Returns the value of attribute dateReleased.



41868
41869
41870
# File 'lib/activenetsuite/soap/default.rb', line 41868

def dateReleased
  @dateReleased
end

#duplicateOfObject

Returns the value of attribute duplicateOf.



41869
41870
41871
# File 'lib/activenetsuite/soap/default.rb', line 41869

def duplicateOf
  @duplicateOf
end

#employeeOrTeamObject

Returns the value of attribute employeeOrTeam.



41870
41871
41872
# File 'lib/activenetsuite/soap/default.rb', line 41870

def employeeOrTeam
  @employeeOrTeam
end

#eventStatusObject

Returns the value of attribute eventStatus.



41871
41872
41873
# File 'lib/activenetsuite/soap/default.rb', line 41871

def eventStatus
  @eventStatus
end

#externalAbstractObject

Returns the value of attribute externalAbstract.



41872
41873
41874
# File 'lib/activenetsuite/soap/default.rb', line 41872

def externalAbstract
  @externalAbstract
end

#externalDetailsObject

Returns the value of attribute externalDetails.



41873
41874
41875
# File 'lib/activenetsuite/soap/default.rb', line 41873

def externalDetails
  @externalDetails
end

#externalFixedInObject

Returns the value of attribute externalFixedIn.



41874
41875
41876
# File 'lib/activenetsuite/soap/default.rb', line 41874

def externalFixedIn
  @externalFixedIn
end

#externalIdObject

Returns the value of attribute externalId.



41875
41876
41877
# File 'lib/activenetsuite/soap/default.rb', line 41875

def externalId
  @externalId
end

#externalStatusObject

Returns the value of attribute externalStatus.



41876
41877
41878
# File 'lib/activenetsuite/soap/default.rb', line 41876

def externalStatus
  @externalStatus
end

#fixedObject

Returns the value of attribute fixed.



41877
41878
41879
# File 'lib/activenetsuite/soap/default.rb', line 41877

def fixed
  @fixed
end

#fixedByObject

Returns the value of attribute fixedBy.



41878
41879
41880
# File 'lib/activenetsuite/soap/default.rb', line 41878

def fixedBy
  @fixedBy
end

#internalIdObject

Returns the value of attribute internalId.



41879
41880
41881
# File 'lib/activenetsuite/soap/default.rb', line 41879

def internalId
  @internalId
end

#isOwnerObject

Returns the value of attribute isOwner.



41880
41881
41882
# File 'lib/activenetsuite/soap/default.rb', line 41880

def isOwner
  @isOwner
end

#isReviewedObject

Returns the value of attribute isReviewed.



41881
41882
41883
# File 'lib/activenetsuite/soap/default.rb', line 41881

def isReviewed
  @isReviewed
end

#isShowStopperObject

Returns the value of attribute isShowStopper.



41882
41883
41884
# File 'lib/activenetsuite/soap/default.rb', line 41882

def isShowStopper
  @isShowStopper
end

#issueAbstractObject

Returns the value of attribute issueAbstract.



41883
41884
41885
# File 'lib/activenetsuite/soap/default.rb', line 41883

def issueAbstract
  @issueAbstract
end

#issueStatusObject

Returns the value of attribute issueStatus.



41884
41885
41886
# File 'lib/activenetsuite/soap/default.rb', line 41884

def issueStatus
  @issueStatus
end

#itemObject

Returns the value of attribute item.



41885
41886
41887
# File 'lib/activenetsuite/soap/default.rb', line 41885

def item
  @item
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



41886
41887
41888
# File 'lib/activenetsuite/soap/default.rb', line 41886

def lastModifiedDate
  @lastModifiedDate
end

#numberObject

Returns the value of attribute number.



41887
41888
41889
# File 'lib/activenetsuite/soap/default.rb', line 41887

def number
  @number
end

#originalFixedInObject

Returns the value of attribute originalFixedIn.



41888
41889
41890
# File 'lib/activenetsuite/soap/default.rb', line 41888

def originalFixedIn
  @originalFixedIn
end

#priorityObject

Returns the value of attribute priority.



41889
41890
41891
# File 'lib/activenetsuite/soap/default.rb', line 41889

def priority
  @priority
end

#productObject

Returns the value of attribute product.



41890
41891
41892
# File 'lib/activenetsuite/soap/default.rb', line 41890

def product
  @product
end

#productTeamObject

Returns the value of attribute productTeam.



41891
41892
41893
# File 'lib/activenetsuite/soap/default.rb', line 41891

def productTeam
  @productTeam
end

#relatedIssueObject

Returns the value of attribute relatedIssue.



41892
41893
41894
# File 'lib/activenetsuite/soap/default.rb', line 41892

def relatedIssue
  @relatedIssue
end

#relationshipObject

Returns the value of attribute relationship.



41893
41894
41895
# File 'lib/activenetsuite/soap/default.rb', line 41893

def relationship
  @relationship
end

#relationshipCommentObject

Returns the value of attribute relationshipComment.



41894
41895
41896
# File 'lib/activenetsuite/soap/default.rb', line 41894

def relationshipComment
  @relationshipComment
end

#reportedByObject

Returns the value of attribute reportedBy.



41895
41896
41897
# File 'lib/activenetsuite/soap/default.rb', line 41895

def reportedBy
  @reportedBy
end

#reproduceObject

Returns the value of attribute reproduce.



41896
41897
41898
# File 'lib/activenetsuite/soap/default.rb', line 41896

def reproduce
  @reproduce
end

#resolvedObject

Returns the value of attribute resolved.



41897
41898
41899
# File 'lib/activenetsuite/soap/default.rb', line 41897

def resolved
  @resolved
end

#resolvedByObject

Returns the value of attribute resolvedBy.



41898
41899
41900
# File 'lib/activenetsuite/soap/default.rb', line 41898

def resolvedBy
  @resolvedBy
end

#reviewerObject

Returns the value of attribute reviewer.



41899
41900
41901
# File 'lib/activenetsuite/soap/default.rb', line 41899

def reviewer
  @reviewer
end

#severityObject

Returns the value of attribute severity.



41900
41901
41902
# File 'lib/activenetsuite/soap/default.rb', line 41900

def severity
  @severity
end

#sourceObject

Returns the value of attribute source.



41901
41902
41903
# File 'lib/activenetsuite/soap/default.rb', line 41901

def source
  @source
end

#tagsObject

Returns the value of attribute tags.



41902
41903
41904
# File 'lib/activenetsuite/soap/default.rb', line 41902

def tags
  @tags
end

#typeObject

Returns the value of attribute type.



41903
41904
41905
# File 'lib/activenetsuite/soap/default.rb', line 41903

def type
  @type
end

#userTypeObject

Returns the value of attribute userType.



41904
41905
41906
# File 'lib/activenetsuite/soap/default.rb', line 41904

def userType
  @userType
end

#versionBrokenObject

Returns the value of attribute versionBroken.



41905
41906
41907
# File 'lib/activenetsuite/soap/default.rb', line 41905

def versionBroken
  @versionBroken
end

#versionFixedObject

Returns the value of attribute versionFixed.



41906
41907
41908
# File 'lib/activenetsuite/soap/default.rb', line 41906

def versionFixed
  @versionFixed
end

#versionTargetObject

Returns the value of attribute versionTarget.



41907
41908
41909
# File 'lib/activenetsuite/soap/default.rb', line 41907

def versionTarget
  @versionTarget
end

Instance Method Details

#m_moduleObject



41910
41911
41912
# File 'lib/activenetsuite/soap/default.rb', line 41910

def m_module
  @v_module
end

#m_module=(value) ⇒ Object



41914
41915
41916
# File 'lib/activenetsuite/soap/default.rb', line 41914

def m_module=(value)
  @v_module = value
end