Class: Architext::SourceDiagnostics
- Inherits:
-
Data
- Object
- Data
- Architext::SourceDiagnostics
- Defined in:
- lib/architext/sources.rb
Instance Attribute Summary collapse
-
#executable ⇒ Object
readonly
Returns the value of attribute executable.
-
#markdown_count ⇒ Object
readonly
Returns the value of attribute markdown_count.
-
#resolved_vault_summary ⇒ Object
readonly
Returns the value of attribute resolved_vault_summary.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#vault ⇒ Object
readonly
Returns the value of attribute vault.
-
#vault_source ⇒ Object
readonly
Returns the value of attribute vault_source.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
-
#warning ⇒ Object
readonly
Returns the value of attribute warning.
Instance Attribute Details
#executable ⇒ Object (readonly)
Returns the value of attribute executable
9 10 11 |
# File 'lib/architext/sources.rb', line 9 def executable @executable end |
#markdown_count ⇒ Object (readonly)
Returns the value of attribute markdown_count
9 10 11 |
# File 'lib/architext/sources.rb', line 9 def markdown_count @markdown_count end |
#resolved_vault_summary ⇒ Object (readonly)
Returns the value of attribute resolved_vault_summary
9 10 11 |
# File 'lib/architext/sources.rb', line 9 def resolved_vault_summary @resolved_vault_summary end |
#root ⇒ Object (readonly)
Returns the value of attribute root
9 10 11 |
# File 'lib/architext/sources.rb', line 9 def root @root end |
#source ⇒ Object (readonly)
Returns the value of attribute source
9 10 11 |
# File 'lib/architext/sources.rb', line 9 def source @source end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/architext/sources.rb', line 9 def status @status end |
#vault ⇒ Object (readonly)
Returns the value of attribute vault
9 10 11 |
# File 'lib/architext/sources.rb', line 9 def vault @vault end |
#vault_source ⇒ Object (readonly)
Returns the value of attribute vault_source
9 10 11 |
# File 'lib/architext/sources.rb', line 9 def vault_source @vault_source end |
#version ⇒ Object (readonly)
Returns the value of attribute version
9 10 11 |
# File 'lib/architext/sources.rb', line 9 def version @version end |
#warning ⇒ Object (readonly)
Returns the value of attribute warning
9 10 11 |
# File 'lib/architext/sources.rb', line 9 def warning @warning end |