Class: JIRA::RemoteFieldValue

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#idObject

Returns the value of attribute id.



499
500
501
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 499

def id
  @id
end

#valuesObject

Returns the value of attribute values.



500
501
502
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 500

def values
  @values
end