Class: JIRA::RemoteCustomFieldValue
- Inherits:
-
Object
- Object
- JIRA::RemoteCustomFieldValue
- 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
-
#customfieldId ⇒ Object
Returns the value of attribute customfieldId.
-
#key ⇒ Object
Returns the value of attribute key.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Method Summary collapse
-
#initialize(customfieldId = nil, key = nil, values = nil) ⇒ RemoteCustomFieldValue
constructor
A new instance of RemoteCustomFieldValue.
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
#customfieldId ⇒ Object
Returns the value of attribute customfieldId.
484 485 486 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 484 def customfieldId @customfieldId end |
#key ⇒ Object
Returns the value of attribute key.
485 486 487 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 485 def key @key end |
#values ⇒ Object
Returns the value of attribute values.
486 487 488 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 486 def values @values end |