Class: Jira4R::V2::RemoteCustomFieldValue
- Inherits:
-
Object
- Object
- Jira4R::V2::RemoteCustomFieldValue
- Defined in:
- lib/jira4r/v2/jiraService.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteCustomFieldValue
customfieldId - SOAP::SOAPString
key - SOAP::SOAPString
values - Jira4R::V2::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.
483 484 485 486 487 |
# File 'lib/jira4r/v2/jiraService.rb', line 483 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.
479 480 481 |
# File 'lib/jira4r/v2/jiraService.rb', line 479 def customfieldId @customfieldId end |
#key ⇒ Object
Returns the value of attribute key.
480 481 482 |
# File 'lib/jira4r/v2/jiraService.rb', line 480 def key @key end |
#values ⇒ Object
Returns the value of attribute values.
481 482 483 |
# File 'lib/jira4r/v2/jiraService.rb', line 481 def values @values end |