Class: Asciidoctor::ConfluencePublisher::Model::Property

Inherits:
Base
  • Object
show all
Defined in:
lib/asciidoctor/confluence_publisher/model/property.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

#keyObject

Returns the value of attribute key.



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

def key
  @key
end

#valueObject

Returns the value of attribute value.



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

def value
  @value
end

#versionObject

Returns the value of attribute version.



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

def version
  @version
end