Class: Jekyll::AgentMarkdown::ExportedDocument
- Inherits:
-
Data
- Object
- Data
- Jekyll::AgentMarkdown::ExportedDocument
- Defined in:
- lib/jekyll/agent_markdown/exported_document.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#html_url ⇒ Object
readonly
Returns the value of attribute html_url.
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#markdown_content ⇒ Object
readonly
Returns the value of attribute markdown_content.
-
#markdown_url ⇒ Object
readonly
Returns the value of attribute markdown_url.
-
#optional ⇒ Object
readonly
Returns the value of attribute optional.
-
#section ⇒ Object
readonly
Returns the value of attribute section.
-
#source_document ⇒ Object
readonly
Returns the value of attribute source_document.
-
#source_kind ⇒ Object
readonly
Returns the value of attribute source_kind.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
5 6 7 |
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5 def body @body end |
#html_url ⇒ Object (readonly)
Returns the value of attribute html_url
5 6 7 |
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5 def html_url @html_url end |
#index ⇒ Object (readonly)
Returns the value of attribute index
5 6 7 |
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5 def index @index end |
#markdown_content ⇒ Object (readonly)
Returns the value of attribute markdown_content
5 6 7 |
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5 def markdown_content @markdown_content end |
#markdown_url ⇒ Object (readonly)
Returns the value of attribute markdown_url
5 6 7 |
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5 def markdown_url @markdown_url end |
#optional ⇒ Object (readonly)
Returns the value of attribute optional
5 6 7 |
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5 def optional @optional end |
#section ⇒ Object (readonly)
Returns the value of attribute section
5 6 7 |
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5 def section @section end |
#source_document ⇒ Object (readonly)
Returns the value of attribute source_document
5 6 7 |
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5 def source_document @source_document end |
#source_kind ⇒ Object (readonly)
Returns the value of attribute source_kind
5 6 7 |
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5 def source_kind @source_kind end |