Class: Asciidoctor::ConfluencePublisher::Model::Attachment

Inherits:
Base
  • Object
show all
Defined in:
lib/asciidoctor/confluence_publisher/model/attachment.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize, #to_s

Constructor Details

This class inherits a constructor from Asciidoctor::ConfluencePublisher::Model::Base

Instance Attribute Details

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/asciidoctor/confluence_publisher/model/attachment.rb', line 5

def id
  @id
end

#titleObject

Returns the value of attribute title.



5
6
7
# File 'lib/asciidoctor/confluence_publisher/model/attachment.rb', line 5

def title
  @title
end

#versionObject

Returns the value of attribute version.



6
7
8
# File 'lib/asciidoctor/confluence_publisher/model/attachment.rb', line 6

def version
  @version
end