class JIRA::RemoteCustomFieldValue

{beans.soap.rpc.jira.atlassian.com}RemoteCustomFieldValue

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

Attributes

customfieldId[RW]
key[RW]
values[RW]

Public Class Methods

new(customfieldId = nil, key = nil, values = nil) click to toggle source
# File lib/JIRA-SOAP-STUBS/default.rb, line 488
def initialize(customfieldId = nil, key = nil, values = nil)
  @customfieldId = customfieldId
  @key = key
  @values = values
end