Class: Jira4R::V2::RemoteIssue

Inherits:
AbstractRemoteEntity show all
Defined in:
lib/jira4r/v2/jiraService.rb

Overview

http://beans.soap.rpc.jira.atlassian.comRemoteIssue

id - SOAP::SOAPString
affectsVersions - Jira4R::V2::ArrayOf_tns1_RemoteVersion
assignee - SOAP::SOAPString
attachmentNames - Jira4R::V2::ArrayOf_xsd_string
components - Jira4R::V2::ArrayOf_tns1_RemoteComponent
created - SOAP::SOAPDateTime
customFieldValues - Jira4R::V2::ArrayOf_tns1_RemoteCustomFieldValue
description - SOAP::SOAPString
duedate - SOAP::SOAPDateTime
environment - SOAP::SOAPString
fixVersions - Jira4R::V2::ArrayOf_tns1_RemoteVersion
key - SOAP::SOAPString
priority - SOAP::SOAPString
project - SOAP::SOAPString
reporter - SOAP::SOAPString
resolution - SOAP::SOAPString
status - SOAP::SOAPString
summary - SOAP::SOAPString
type - SOAP::SOAPString
updated - SOAP::SOAPDateTime
votes - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, affectsVersions = nil, assignee = nil, attachmentNames = nil, components = nil, created = nil, customFieldValues = nil, description = nil, duedate = nil, environment = nil, fixVersions = nil, key = nil, priority = nil, project = nil, reporter = nil, resolution = nil, status = nil, summary = nil, type = nil, updated = nil, votes = nil) ⇒ RemoteIssue

Returns a new instance of RemoteIssue.



392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
# File 'lib/jira4r/v2/jiraService.rb', line 392

def initialize(id = nil, affectsVersions = nil, assignee = nil, attachmentNames = nil, components = nil, created = nil, customFieldValues = nil, description = nil, duedate = nil, environment = nil, fixVersions = nil, key = nil, priority = nil, project = nil, reporter = nil, resolution = nil, status = nil, summary = nil, type = nil, updated = nil, votes = nil)
  @id = id
  @affectsVersions = affectsVersions
  @assignee = assignee
  @attachmentNames = attachmentNames
  @components = components
  @created = created
  @customFieldValues = customFieldValues
  @description = description
  @duedate = duedate
  @environment = environment
  @fixVersions = fixVersions
  @key = key
  @priority = priority
  @project = project
  @reporter = reporter
  @resolution = resolution
  @status = status
  @summary = summary
  @type = type
  @updated = updated
  @votes = votes
end

Instance Attribute Details

#affectsVersionsObject

Returns the value of attribute affectsVersions.



371
372
373
# File 'lib/jira4r/v2/jiraService.rb', line 371

def affectsVersions
  @affectsVersions
end

#assigneeObject

Returns the value of attribute assignee.



372
373
374
# File 'lib/jira4r/v2/jiraService.rb', line 372

def assignee
  @assignee
end

#attachmentNamesObject

Returns the value of attribute attachmentNames.



373
374
375
# File 'lib/jira4r/v2/jiraService.rb', line 373

def attachmentNames
  @attachmentNames
end

#componentsObject

Returns the value of attribute components.



374
375
376
# File 'lib/jira4r/v2/jiraService.rb', line 374

def components
  @components
end

#createdObject

Returns the value of attribute created.



375
376
377
# File 'lib/jira4r/v2/jiraService.rb', line 375

def created
  @created
end

#customFieldValuesObject

Returns the value of attribute customFieldValues.



376
377
378
# File 'lib/jira4r/v2/jiraService.rb', line 376

def customFieldValues
  @customFieldValues
end

#descriptionObject

Returns the value of attribute description.



377
378
379
# File 'lib/jira4r/v2/jiraService.rb', line 377

def description
  @description
end

#duedateObject

Returns the value of attribute duedate.



378
379
380
# File 'lib/jira4r/v2/jiraService.rb', line 378

def duedate
  @duedate
end

#environmentObject

Returns the value of attribute environment.



379
380
381
# File 'lib/jira4r/v2/jiraService.rb', line 379

def environment
  @environment
end

#fixVersionsObject

Returns the value of attribute fixVersions.



380
381
382
# File 'lib/jira4r/v2/jiraService.rb', line 380

def fixVersions
  @fixVersions
end

#idObject

Returns the value of attribute id.



370
371
372
# File 'lib/jira4r/v2/jiraService.rb', line 370

def id
  @id
end

#keyObject

Returns the value of attribute key.



381
382
383
# File 'lib/jira4r/v2/jiraService.rb', line 381

def key
  @key
end

#priorityObject

Returns the value of attribute priority.



382
383
384
# File 'lib/jira4r/v2/jiraService.rb', line 382

def priority
  @priority
end

#projectObject

Returns the value of attribute project.



383
384
385
# File 'lib/jira4r/v2/jiraService.rb', line 383

def project
  @project
end

#reporterObject

Returns the value of attribute reporter.



384
385
386
# File 'lib/jira4r/v2/jiraService.rb', line 384

def reporter
  @reporter
end

#resolutionObject

Returns the value of attribute resolution.



385
386
387
# File 'lib/jira4r/v2/jiraService.rb', line 385

def resolution
  @resolution
end

#statusObject

Returns the value of attribute status.



386
387
388
# File 'lib/jira4r/v2/jiraService.rb', line 386

def status
  @status
end

#summaryObject

Returns the value of attribute summary.



387
388
389
# File 'lib/jira4r/v2/jiraService.rb', line 387

def summary
  @summary
end

#typeObject

Returns the value of attribute type.



388
389
390
# File 'lib/jira4r/v2/jiraService.rb', line 388

def type
  @type
end

#updatedObject

Returns the value of attribute updated.



389
390
391
# File 'lib/jira4r/v2/jiraService.rb', line 389

def updated
  @updated
end

#votesObject

Returns the value of attribute votes.



390
391
392
# File 'lib/jira4r/v2/jiraService.rb', line 390

def votes
  @votes
end