Class: JIRA::RemoteAttachment

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

Overview

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

id - SOAP::SOAPString
author - SOAP::SOAPString
created - SOAP::SOAPDateTime
filename - SOAP::SOAPString
filesize - SOAP::SOAPLong
mimetype - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, author = nil, created = nil, filename = nil, filesize = nil, mimetype = nil) ⇒ RemoteAttachment

Returns a new instance of RemoteAttachment.



469
470
471
472
473
474
475
476
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 469

def initialize(id = nil, author = nil, created = nil, filename = nil, filesize = nil, mimetype = nil)
  @id = id
  @author = author
  @created = created
  @filename = filename
  @filesize = filesize
  @mimetype = mimetype
end

Instance Attribute Details

#authorObject

Returns the value of attribute author.



463
464
465
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 463

def author
  @author
end

#createdObject

Returns the value of attribute created.



464
465
466
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 464

def created
  @created
end

#filenameObject

Returns the value of attribute filename.



465
466
467
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 465

def filename
  @filename
end

#filesizeObject

Returns the value of attribute filesize.



466
467
468
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 466

def filesize
  @filesize
end

#idObject

Returns the value of attribute id.



462
463
464
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 462

def id
  @id
end

#mimetypeObject

Returns the value of attribute mimetype.



467
468
469
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 467

def mimetype
  @mimetype
end