Class: Jira4R::V2::RemoteCustomFieldValue
- Inherits:
-
Object
- Object
- Jira4R::V2::RemoteCustomFieldValue
- Defined in:
- lib/jira4r/v2/jira_service.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.
452 453 454 455 456 |
# File 'lib/jira4r/v2/jira_service.rb', line 452 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.
448 449 450 |
# File 'lib/jira4r/v2/jira_service.rb', line 448 def customfieldId @customfieldId end |
#key ⇒ Object
Returns the value of attribute key.
449 450 451 |
# File 'lib/jira4r/v2/jira_service.rb', line 449 def key @key end |
#values ⇒ Object
Returns the value of attribute values.
450 451 452 |
# File 'lib/jira4r/v2/jira_service.rb', line 450 def values @values end |