Class: Architext::SourceDiagnostics

Inherits:
Data
  • Object
show all
Defined in:
lib/architext/sources.rb

Instance Attribute Summary collapse

Instance Attribute Details

#executableObject (readonly)

Returns the value of attribute executable

Returns:

  • (Object)

    the current value of executable



9
10
11
# File 'lib/architext/sources.rb', line 9

def executable
  @executable
end

#markdown_countObject (readonly)

Returns the value of attribute markdown_count

Returns:

  • (Object)

    the current value of markdown_count



9
10
11
# File 'lib/architext/sources.rb', line 9

def markdown_count
  @markdown_count
end

#resolved_vault_summaryObject (readonly)

Returns the value of attribute resolved_vault_summary

Returns:

  • (Object)

    the current value of resolved_vault_summary



9
10
11
# File 'lib/architext/sources.rb', line 9

def resolved_vault_summary
  @resolved_vault_summary
end

#rootObject (readonly)

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



9
10
11
# File 'lib/architext/sources.rb', line 9

def root
  @root
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



9
10
11
# File 'lib/architext/sources.rb', line 9

def source
  @source
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/architext/sources.rb', line 9

def status
  @status
end

#vaultObject (readonly)

Returns the value of attribute vault

Returns:

  • (Object)

    the current value of vault



9
10
11
# File 'lib/architext/sources.rb', line 9

def vault
  @vault
end

#vault_sourceObject (readonly)

Returns the value of attribute vault_source

Returns:

  • (Object)

    the current value of vault_source



9
10
11
# File 'lib/architext/sources.rb', line 9

def vault_source
  @vault_source
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



9
10
11
# File 'lib/architext/sources.rb', line 9

def version
  @version
end

#warningObject (readonly)

Returns the value of attribute warning

Returns:

  • (Object)

    the current value of warning



9
10
11
# File 'lib/architext/sources.rb', line 9

def warning
  @warning
end