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.
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, = 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.
371 372 373 |
# File 'lib/jira4r/v2/jiraService.rb', line 371 def affectsVersions @affectsVersions end |
#assignee ⇒ Object
Returns the value of attribute assignee.
372 373 374 |
# File 'lib/jira4r/v2/jiraService.rb', line 372 def assignee @assignee end |
#attachmentNames ⇒ Object
Returns the value of attribute attachmentNames.
373 374 375 |
# File 'lib/jira4r/v2/jiraService.rb', line 373 def @attachmentNames end |
#components ⇒ Object
Returns the value of attribute components.
374 375 376 |
# File 'lib/jira4r/v2/jiraService.rb', line 374 def components @components end |
#created ⇒ Object
Returns the value of attribute created.
375 376 377 |
# File 'lib/jira4r/v2/jiraService.rb', line 375 def created @created end |
#customFieldValues ⇒ Object
Returns the value of attribute customFieldValues.
376 377 378 |
# File 'lib/jira4r/v2/jiraService.rb', line 376 def customFieldValues @customFieldValues end |
#description ⇒ Object
Returns the value of attribute description.
377 378 379 |
# File 'lib/jira4r/v2/jiraService.rb', line 377 def description @description end |
#duedate ⇒ Object
Returns the value of attribute duedate.
378 379 380 |
# File 'lib/jira4r/v2/jiraService.rb', line 378 def duedate @duedate end |
#environment ⇒ Object
Returns the value of attribute environment.
379 380 381 |
# File 'lib/jira4r/v2/jiraService.rb', line 379 def environment @environment end |
#fixVersions ⇒ Object
Returns the value of attribute fixVersions.
380 381 382 |
# File 'lib/jira4r/v2/jiraService.rb', line 380 def fixVersions @fixVersions end |
#id ⇒ Object
Returns the value of attribute id.
370 371 372 |
# File 'lib/jira4r/v2/jiraService.rb', line 370 def id @id end |
#key ⇒ Object
Returns the value of attribute key.
381 382 383 |
# File 'lib/jira4r/v2/jiraService.rb', line 381 def key @key end |
#priority ⇒ Object
Returns the value of attribute priority.
382 383 384 |
# File 'lib/jira4r/v2/jiraService.rb', line 382 def priority @priority end |
#project ⇒ Object
Returns the value of attribute project.
383 384 385 |
# File 'lib/jira4r/v2/jiraService.rb', line 383 def project @project end |
#reporter ⇒ Object
Returns the value of attribute reporter.
384 385 386 |
# File 'lib/jira4r/v2/jiraService.rb', line 384 def reporter @reporter end |
#resolution ⇒ Object
Returns the value of attribute resolution.
385 386 387 |
# File 'lib/jira4r/v2/jiraService.rb', line 385 def resolution @resolution end |
#status ⇒ Object
Returns the value of attribute status.
386 387 388 |
# File 'lib/jira4r/v2/jiraService.rb', line 386 def status @status end |
#summary ⇒ Object
Returns the value of attribute summary.
387 388 389 |
# File 'lib/jira4r/v2/jiraService.rb', line 387 def summary @summary end |
#type ⇒ Object
Returns the value of attribute type.
388 389 390 |
# File 'lib/jira4r/v2/jiraService.rb', line 388 def type @type end |
#updated ⇒ Object
Returns the value of attribute updated.
389 390 391 |
# File 'lib/jira4r/v2/jiraService.rb', line 389 def updated @updated end |
#votes ⇒ Object
Returns the value of attribute votes.
390 391 392 |
# File 'lib/jira4r/v2/jiraService.rb', line 390 def votes @votes end |