Class: GitCommitAutouser::Config::User
- Inherits:
-
Struct
- Object
- Struct
- GitCommitAutouser::Config::User
- Defined in:
- lib/git_commit_autouser/config.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#hub_config ⇒ Object
Returns the value of attribute hub_config.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url_regexp ⇒ Object
Returns the value of attribute url_regexp.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
4 5 6 |
# File 'lib/git_commit_autouser/config.rb', line 4 def email @email end |
#hub_config ⇒ Object
Returns the value of attribute hub_config
4 5 6 |
# File 'lib/git_commit_autouser/config.rb', line 4 def hub_config @hub_config end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/git_commit_autouser/config.rb', line 4 def name @name end |
#url_regexp ⇒ Object
Returns the value of attribute url_regexp
4 5 6 |
# File 'lib/git_commit_autouser/config.rb', line 4 def url_regexp @url_regexp end |