Class: JIRA::RemoteCustomFieldValue

Inherits:
Object
  • Object
show all
Defined in:
lib/JIRA-SOAP-STUBS/default.rb

Overview

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

customfieldId - SOAP::SOAPString
key - SOAP::SOAPString
values - JIRA::ArrayOf_xsd_string

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customfieldId = nil, key = nil, values = nil) ⇒ RemoteCustomFieldValue

Returns a new instance of RemoteCustomFieldValue.



488
489
490
491
492
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 488

def initialize(customfieldId = nil, key = nil, values = nil)
  @customfieldId = customfieldId
  @key = key
  @values = values
end

Instance Attribute Details

#customfieldIdObject

Returns the value of attribute customfieldId.



484
485
486
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 484

def customfieldId
  @customfieldId
end

#keyObject

Returns the value of attribute key.



485
486
487
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 485

def key
  @key
end

#valuesObject

Returns the value of attribute values.



486
487
488
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 486

def values
  @values
end