Class: Asciidoctor::ConfluencePublisher::Model::Property
- Defined in:
- lib/asciidoctor/confluence_publisher/model/property.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
-
#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
#key ⇒ Object
Returns the value of attribute key.
5 6 7 |
# File 'lib/asciidoctor/confluence_publisher/model/property.rb', line 5 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
5 6 7 |
# File 'lib/asciidoctor/confluence_publisher/model/property.rb', line 5 def value @value end |
#version ⇒ Object
Returns the value of attribute version.
6 7 8 |
# File 'lib/asciidoctor/confluence_publisher/model/property.rb', line 6 def version @version end |