Class: Gitnesse::Config::ConfigStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitnesse/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#annotate_resultsObject

Returns the value of attribute annotate_results

Returns:

  • (Object)

    the current value of annotate_results



7
8
9
# File 'lib/gitnesse/config.rb', line 7

def annotate_results
  @annotate_results
end

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



7
8
9
# File 'lib/gitnesse/config.rb', line 7

def branch
  @branch
end

#features_dirObject

Returns the value of attribute features_dir

Returns:

  • (Object)

    the current value of features_dir



7
8
9
# File 'lib/gitnesse/config.rb', line 7

def features_dir
  @features_dir
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



7
8
9
# File 'lib/gitnesse/config.rb', line 7

def identifier
  @identifier
end

#repository_urlObject

Returns the value of attribute repository_url

Returns:

  • (Object)

    the current value of repository_url



7
8
9
# File 'lib/gitnesse/config.rb', line 7

def repository_url
  @repository_url
end