Class: JIRA::RemoteAttachment
- Inherits:
-
AbstractRemoteEntity
- Object
- AbstractRemoteEntity
- JIRA::RemoteAttachment
- Defined in:
- lib/JIRA-SOAP-STUBS/default.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteAttachment
id - SOAP::SOAPString
- SOAP::SOAPString
created - SOAP::SOAPDateTime
filename - SOAP::SOAPString
filesize - SOAP::SOAPLong
mimetype - SOAP::SOAPString
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#created ⇒ Object
Returns the value of attribute created.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#filesize ⇒ Object
Returns the value of attribute filesize.
-
#id ⇒ Object
Returns the value of attribute id.
-
#mimetype ⇒ Object
Returns the value of attribute mimetype.
Instance Method Summary collapse
-
#initialize(id = nil, author = nil, created = nil, filename = nil, filesize = nil, mimetype = nil) ⇒ RemoteAttachment
constructor
A new instance of RemoteAttachment.
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, = nil, created = nil, filename = nil, filesize = nil, mimetype = nil) @id = id @author = @created = created @filename = filename @filesize = filesize @mimetype = mimetype end |
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author.
463 464 465 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 463 def @author end |
#created ⇒ Object
Returns the value of attribute created.
464 465 466 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 464 def created @created end |
#filename ⇒ Object
Returns the value of attribute filename.
465 466 467 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 465 def filename @filename end |
#filesize ⇒ Object
Returns the value of attribute filesize.
466 467 468 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 466 def filesize @filesize end |
#id ⇒ Object
Returns the value of attribute id.
462 463 464 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 462 def id @id end |
#mimetype ⇒ Object
Returns the value of attribute mimetype.
467 468 469 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 467 def mimetype @mimetype end |