Class: Asciidoctor::ConfluencePublisher::Model::Attachment
- Defined in:
- lib/asciidoctor/confluence_publisher/model/attachment.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#version ⇒ Object
Returns the value of attribute version.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Asciidoctor::ConfluencePublisher::Model::Base
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/asciidoctor/confluence_publisher/model/attachment.rb', line 5 def id @id end |
#title ⇒ Object
Returns the value of attribute title.
5 6 7 |
# File 'lib/asciidoctor/confluence_publisher/model/attachment.rb', line 5 def title @title end |
#version ⇒ Object
Returns the value of attribute version.
6 7 8 |
# File 'lib/asciidoctor/confluence_publisher/model/attachment.rb', line 6 def version @version end |