Class: JIRA::RemoteAvatar
- Inherits:
-
Object
- Object
- JIRA::RemoteAvatar
- 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
-
#base64Data ⇒ Object
Returns the value of attribute base64Data.
-
#contentType ⇒ Object
Returns the value of attribute contentType.
-
#id ⇒ Object
Returns the value of attribute id.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#system ⇒ Object
Returns the value of attribute system.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(base64Data = nil, contentType = nil, id = nil, owner = nil, system = nil, type = nil) ⇒ RemoteAvatar
constructor
A new instance of RemoteAvatar.
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
#base64Data ⇒ Object
Returns the value of attribute base64Data.
693 694 695 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 693 def base64Data @base64Data end |
#contentType ⇒ Object
Returns the value of attribute contentType.
694 695 696 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 694 def contentType @contentType end |
#id ⇒ Object
Returns the value of attribute id.
695 696 697 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 695 def id @id end |
#owner ⇒ Object
Returns the value of attribute owner.
696 697 698 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 696 def owner @owner end |
#system ⇒ Object
Returns the value of attribute system.
697 698 699 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 697 def system @system end |
#type ⇒ Object
Returns the value of attribute type.
698 699 700 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 698 def type @type end |