Method: JIRA::RemoteAvatar#initialize
- Defined in:
- lib/JIRA-SOAP-STUBS/default.rb
#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 |