Class: Jira4R::V2::RemoteAttachment
- Inherits:
-
AbstractRemoteEntity
- Object
- AbstractRemoteEntity
- Jira4R::V2::RemoteAttachment
- Defined in:
- lib/jira4r/v2/jiraService.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.
464 465 466 467 468 469 470 471 |
# File 'lib/jira4r/v2/jiraService.rb', line 464 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.
458 459 460 |
# File 'lib/jira4r/v2/jiraService.rb', line 458 def @author end |
#created ⇒ Object
Returns the value of attribute created.
459 460 461 |
# File 'lib/jira4r/v2/jiraService.rb', line 459 def created @created end |
#filename ⇒ Object
Returns the value of attribute filename.
460 461 462 |
# File 'lib/jira4r/v2/jiraService.rb', line 460 def filename @filename end |
#filesize ⇒ Object
Returns the value of attribute filesize.
461 462 463 |
# File 'lib/jira4r/v2/jiraService.rb', line 461 def filesize @filesize end |
#id ⇒ Object
Returns the value of attribute id.
457 458 459 |
# File 'lib/jira4r/v2/jiraService.rb', line 457 def id @id end |
#mimetype ⇒ Object
Returns the value of attribute mimetype.
462 463 464 |
# File 'lib/jira4r/v2/jiraService.rb', line 462 def mimetype @mimetype end |