Class: GitCommitAutouser::Config::User

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

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



4
5
6
# File 'lib/git_commit_autouser/config.rb', line 4

def email
  @email
end

#hub_configObject

Returns the value of attribute hub_config

Returns:

  • (Object)

    the current value of hub_config



4
5
6
# File 'lib/git_commit_autouser/config.rb', line 4

def hub_config
  @hub_config
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/git_commit_autouser/config.rb', line 4

def name
  @name
end

#url_regexpObject

Returns the value of attribute url_regexp

Returns:

  • (Object)

    the current value of url_regexp



4
5
6
# File 'lib/git_commit_autouser/config.rb', line 4

def url_regexp
  @url_regexp
end