Class: JIRA::RemoteFieldValue
- Inherits:
-
Object
- Object
- JIRA::RemoteFieldValue
- Defined in:
- lib/JIRA-SOAP-STUBS/default.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteFieldValue
id - SOAP::SOAPString
values - JIRA::ArrayOf_xsd_string
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Method Summary collapse
-
#initialize(id = nil, values = nil) ⇒ RemoteFieldValue
constructor
A new instance of RemoteFieldValue.
Constructor Details
#initialize(id = nil, values = nil) ⇒ RemoteFieldValue
Returns a new instance of RemoteFieldValue.
502 503 504 505 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 502 def initialize(id = nil, values = nil) @id = id @values = values end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
499 500 501 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 499 def id @id end |
#values ⇒ Object
Returns the value of attribute values.
500 501 502 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 500 def values @values end |