Class: Jira4R::V2::RemoteAvatar
- Inherits:
-
Object
- Object
- Jira4R::V2::RemoteAvatar
- Defined in:
- lib/jira4r/v2/jiraService.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.
695 696 697 698 699 700 701 702 |
# File 'lib/jira4r/v2/jiraService.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
#base64Data ⇒ Object
Returns the value of attribute base64Data.
688 689 690 |
# File 'lib/jira4r/v2/jiraService.rb', line 688 def base64Data @base64Data end |
#contentType ⇒ Object
Returns the value of attribute contentType.
689 690 691 |
# File 'lib/jira4r/v2/jiraService.rb', line 689 def contentType @contentType end |
#id ⇒ Object
Returns the value of attribute id.
690 691 692 |
# File 'lib/jira4r/v2/jiraService.rb', line 690 def id @id end |
#owner ⇒ Object
Returns the value of attribute owner.
691 692 693 |
# File 'lib/jira4r/v2/jiraService.rb', line 691 def owner @owner end |
#system ⇒ Object
Returns the value of attribute system.
692 693 694 |
# File 'lib/jira4r/v2/jiraService.rb', line 692 def system @system end |
#type ⇒ Object
Returns the value of attribute type.
693 694 695 |
# File 'lib/jira4r/v2/jiraService.rb', line 693 def type @type end |