Class: JIRA::RemoteAvatar

Inherits:
Object
  • Object
show all
Defined in:
lib/JIRA-SOAP-STUBS/default.rb

Overview

http://beans.soap.rpc.jira.atlassian.comRemoteAvatar

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(base64Data = nil, contentType = nil, id = nil, owner = nil, system = nil, type = nil) ⇒ RemoteAvatar

Returns a new instance of RemoteAvatar.



700
701
702
703
704
705
706
707
# 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

Instance Attribute Details

#base64DataObject

Returns the value of attribute base64Data.



693
694
695
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 693

def base64Data
  @base64Data
end

#contentTypeObject

Returns the value of attribute contentType.



694
695
696
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 694

def contentType
  @contentType
end

#idObject

Returns the value of attribute id.



695
696
697
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 695

def id
  @id
end

#ownerObject

Returns the value of attribute owner.



696
697
698
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 696

def owner
  @owner
end

#systemObject

Returns the value of attribute system.



697
698
699
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 697

def system
  @system
end

#typeObject

Returns the value of attribute type.



698
699
700
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 698

def type
  @type
end