Class: Jira4R::V2::RemoteIssue

Inherits:
AbstractRemoteEntity show all
Defined in:
lib/jira4r/v2/jira_service.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.



424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
# File 'lib/jira4r/v2/jira_service.rb', line 424

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.



403
404
405
# File 'lib/jira4r/v2/jira_service.rb', line 403

def affectsVersions
  @affectsVersions
end

#assigneeObject

Returns the value of attribute assignee.



404
405
406
# File 'lib/jira4r/v2/jira_service.rb', line 404

def assignee
  @assignee
end

#attachmentNamesObject

Returns the value of attribute attachmentNames.



405
406
407
# File 'lib/jira4r/v2/jira_service.rb', line 405

def attachmentNames
  @attachmentNames
end

#componentsObject

Returns the value of attribute components.



406
407
408
# File 'lib/jira4r/v2/jira_service.rb', line 406

def components
  @components
end

#createdObject

Returns the value of attribute created.



407
408
409
# File 'lib/jira4r/v2/jira_service.rb', line 407

def created
  @created
end

#customFieldValuesObject

Returns the value of attribute customFieldValues.



408
409
410
# File 'lib/jira4r/v2/jira_service.rb', line 408

def customFieldValues
  @customFieldValues
end

#descriptionObject

Returns the value of attribute description.



409
410
411
# File 'lib/jira4r/v2/jira_service.rb', line 409

def description
  @description
end

#duedateObject

Returns the value of attribute duedate.



410
411
412
# File 'lib/jira4r/v2/jira_service.rb', line 410

def duedate
  @duedate
end

#environmentObject

Returns the value of attribute environment.



411
412
413
# File 'lib/jira4r/v2/jira_service.rb', line 411

def environment
  @environment
end

#fixVersionsObject

Returns the value of attribute fixVersions.



412
413
414
# File 'lib/jira4r/v2/jira_service.rb', line 412

def fixVersions
  @fixVersions
end

#idObject

Returns the value of attribute id.



402
403
404
# File 'lib/jira4r/v2/jira_service.rb', line 402

def id
  @id
end

#keyObject

Returns the value of attribute key.



413
414
415
# File 'lib/jira4r/v2/jira_service.rb', line 413

def key
  @key
end

#priorityObject

Returns the value of attribute priority.



414
415
416
# File 'lib/jira4r/v2/jira_service.rb', line 414

def priority
  @priority
end

#projectObject

Returns the value of attribute project.



415
416
417
# File 'lib/jira4r/v2/jira_service.rb', line 415

def project
  @project
end

#reporterObject

Returns the value of attribute reporter.



416
417
418
# File 'lib/jira4r/v2/jira_service.rb', line 416

def reporter
  @reporter
end

#resolutionObject

Returns the value of attribute resolution.



417
418
419
# File 'lib/jira4r/v2/jira_service.rb', line 417

def resolution
  @resolution
end

#statusObject

Returns the value of attribute status.



418
419
420
# File 'lib/jira4r/v2/jira_service.rb', line 418

def status
  @status
end

#summaryObject

Returns the value of attribute summary.



419
420
421
# File 'lib/jira4r/v2/jira_service.rb', line 419

def summary
  @summary
end

#typeObject

Returns the value of attribute type.



420
421
422
# File 'lib/jira4r/v2/jira_service.rb', line 420

def type
  @type
end

#updatedObject

Returns the value of attribute updated.



421
422
423
# File 'lib/jira4r/v2/jira_service.rb', line 421

def updated
  @updated
end

#votesObject

Returns the value of attribute votes.



422
423
424
# File 'lib/jira4r/v2/jira_service.rb', line 422

def votes
  @votes
end