Class: Jira4R::V2::RemoteIssue
- Inherits:
-
AbstractRemoteEntity
- Object
- AbstractRemoteEntity
- Jira4R::V2::RemoteIssue
- 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
- 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
-
#affectsVersions ⇒ Object
Returns the value of attribute affectsVersions.
-
#assignee ⇒ Object
Returns the value of attribute assignee.
-
#attachmentNames ⇒ Object
Returns the value of attribute attachmentNames.
-
#components ⇒ Object
Returns the value of attribute components.
-
#created ⇒ Object
Returns the value of attribute created.
-
#customFieldValues ⇒ Object
Returns the value of attribute customFieldValues.
-
#description ⇒ Object
Returns the value of attribute description.
-
#duedate ⇒ Object
Returns the value of attribute duedate.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#fixVersions ⇒ Object
Returns the value of attribute fixVersions.
-
#id ⇒ Object
Returns the value of attribute id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#project ⇒ Object
Returns the value of attribute project.
-
#reporter ⇒ Object
Returns the value of attribute reporter.
-
#resolution ⇒ Object
Returns the value of attribute resolution.
-
#status ⇒ Object
Returns the value of attribute status.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#type ⇒ Object
Returns the value of attribute type.
-
#updated ⇒ Object
Returns the value of attribute updated.
-
#votes ⇒ Object
Returns the value of attribute votes.
Instance Method Summary collapse
-
#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
constructor
A new instance of RemoteIssue.
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/jiraService.rb', line 424 def initialize(id = nil, affectsVersions = nil, assignee = nil, = 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 = @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
#affectsVersions ⇒ Object
Returns the value of attribute affectsVersions.
403 404 405 |
# File 'lib/jira4r/v2/jiraService.rb', line 403 def affectsVersions @affectsVersions end |
#assignee ⇒ Object
Returns the value of attribute assignee.
404 405 406 |
# File 'lib/jira4r/v2/jiraService.rb', line 404 def assignee @assignee end |
#attachmentNames ⇒ Object
Returns the value of attribute attachmentNames.
405 406 407 |
# File 'lib/jira4r/v2/jiraService.rb', line 405 def @attachmentNames end |
#components ⇒ Object
Returns the value of attribute components.
406 407 408 |
# File 'lib/jira4r/v2/jiraService.rb', line 406 def components @components end |
#created ⇒ Object
Returns the value of attribute created.
407 408 409 |
# File 'lib/jira4r/v2/jiraService.rb', line 407 def created @created end |
#customFieldValues ⇒ Object
Returns the value of attribute customFieldValues.
408 409 410 |
# File 'lib/jira4r/v2/jiraService.rb', line 408 def customFieldValues @customFieldValues end |
#description ⇒ Object
Returns the value of attribute description.
409 410 411 |
# File 'lib/jira4r/v2/jiraService.rb', line 409 def description @description end |
#duedate ⇒ Object
Returns the value of attribute duedate.
410 411 412 |
# File 'lib/jira4r/v2/jiraService.rb', line 410 def duedate @duedate end |
#environment ⇒ Object
Returns the value of attribute environment.
411 412 413 |
# File 'lib/jira4r/v2/jiraService.rb', line 411 def environment @environment end |
#fixVersions ⇒ Object
Returns the value of attribute fixVersions.
412 413 414 |
# File 'lib/jira4r/v2/jiraService.rb', line 412 def fixVersions @fixVersions end |
#id ⇒ Object
Returns the value of attribute id.
402 403 404 |
# File 'lib/jira4r/v2/jiraService.rb', line 402 def id @id end |
#key ⇒ Object
Returns the value of attribute key.
413 414 415 |
# File 'lib/jira4r/v2/jiraService.rb', line 413 def key @key end |
#priority ⇒ Object
Returns the value of attribute priority.
414 415 416 |
# File 'lib/jira4r/v2/jiraService.rb', line 414 def priority @priority end |
#project ⇒ Object
Returns the value of attribute project.
415 416 417 |
# File 'lib/jira4r/v2/jiraService.rb', line 415 def project @project end |
#reporter ⇒ Object
Returns the value of attribute reporter.
416 417 418 |
# File 'lib/jira4r/v2/jiraService.rb', line 416 def reporter @reporter end |
#resolution ⇒ Object
Returns the value of attribute resolution.
417 418 419 |
# File 'lib/jira4r/v2/jiraService.rb', line 417 def resolution @resolution end |
#status ⇒ Object
Returns the value of attribute status.
418 419 420 |
# File 'lib/jira4r/v2/jiraService.rb', line 418 def status @status end |
#summary ⇒ Object
Returns the value of attribute summary.
419 420 421 |
# File 'lib/jira4r/v2/jiraService.rb', line 419 def summary @summary end |
#type ⇒ Object
Returns the value of attribute type.
420 421 422 |
# File 'lib/jira4r/v2/jiraService.rb', line 420 def type @type end |
#updated ⇒ Object
Returns the value of attribute updated.
421 422 423 |
# File 'lib/jira4r/v2/jiraService.rb', line 421 def updated @updated end |
#votes ⇒ Object
Returns the value of attribute votes.
422 423 424 |
# File 'lib/jira4r/v2/jiraService.rb', line 422 def votes @votes end |