Class: Jira4R::V2::RemoteAvatar

Inherits:
Object
  • Object
show all
Defined in:
lib/jira4r/v2/jira_service.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.



695
696
697
698
699
700
701
702
# File 'lib/jira4r/v2/jira_service.rb', line 695

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.



688
689
690
# File 'lib/jira4r/v2/jira_service.rb', line 688

def base64Data
  @base64Data
end

#contentTypeObject

Returns the value of attribute contentType.



689
690
691
# File 'lib/jira4r/v2/jira_service.rb', line 689

def contentType
  @contentType
end

#idObject

Returns the value of attribute id.



690
691
692
# File 'lib/jira4r/v2/jira_service.rb', line 690

def id
  @id
end

#ownerObject

Returns the value of attribute owner.



691
692
693
# File 'lib/jira4r/v2/jira_service.rb', line 691

def owner
  @owner
end

#systemObject

Returns the value of attribute system.



692
693
694
# File 'lib/jira4r/v2/jira_service.rb', line 692

def system
  @system
end

#typeObject

Returns the value of attribute type.



693
694
695
# File 'lib/jira4r/v2/jira_service.rb', line 693

def type
  @type
end