class JIRA::RemoteAvatar

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

base64Data - SOAP::SOAPString
contentType - SOAP::SOAPString
id - SOAP::SOAPLong
owner - SOAP::SOAPString
system - SOAP::SOAPBoolean
type - SOAP::SOAPString

Attributes

base64Data[RW]
contentType[RW]
id[RW]
owner[RW]
system[RW]
type[RW]

Public Class Methods

new(base64Data = nil, contentType = nil, id = nil, owner = nil, system = nil, type = nil) click to toggle source
# File lib/JIRA-SOAP-STUBS/default.rb, line 700
def initialize(base64Data = nil, contentType = nil, id = nil, owner = nil, system = nil, type = nil)
  @base64Data = base64Data
  @contentType = contentType
  @id = id
  @owner = owner
  @system = system
  @type = type
end