Class: Jekyll::AgentMarkdown::ExportedDocument

Inherits:
Data
  • Object
show all
Defined in:
lib/jekyll/agent_markdown/exported_document.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



5
6
7
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5

def body
  @body
end

#html_urlObject (readonly)

Returns the value of attribute html_url

Returns:

  • (Object)

    the current value of html_url



5
6
7
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5

def html_url
  @html_url
end

#indexObject (readonly)

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



5
6
7
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5

def index
  @index
end

#markdown_contentObject (readonly)

Returns the value of attribute markdown_content

Returns:

  • (Object)

    the current value of markdown_content



5
6
7
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5

def markdown_content
  @markdown_content
end

#markdown_urlObject (readonly)

Returns the value of attribute markdown_url

Returns:

  • (Object)

    the current value of markdown_url



5
6
7
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5

def markdown_url
  @markdown_url
end

#optionalObject (readonly)

Returns the value of attribute optional

Returns:

  • (Object)

    the current value of optional



5
6
7
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5

def optional
  @optional
end

#sectionObject (readonly)

Returns the value of attribute section

Returns:

  • (Object)

    the current value of section



5
6
7
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5

def section
  @section
end

#source_documentObject (readonly)

Returns the value of attribute source_document

Returns:

  • (Object)

    the current value of source_document



5
6
7
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5

def source_document
  @source_document
end

#source_kindObject (readonly)

Returns the value of attribute source_kind

Returns:

  • (Object)

    the current value of source_kind



5
6
7
# File 'lib/jekyll/agent_markdown/exported_document.rb', line 5

def source_kind
  @source_kind
end