class JIRA::RemoteNamedObject

{beans.soap.rpc.jira.atlassian.com}RemoteNamedObject

id - SOAP::SOAPString
name - SOAP::SOAPString

Attributes

id[RW]
name[RW]

Public Class Methods

new(id = nil, name = nil) click to toggle source
# File lib/JIRA-SOAP-STUBS/default.rb, line 180
def initialize(id = nil, name = nil)
  @id = id
  @name = name
end