Class: GitContext::User
- Inherits:
-
Struct
- Object
- Struct
- GitContext::User
- Defined in:
- lib/git_context.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
-
#signing_key ⇒ Object
Returns the value of attribute signing_key.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
39 40 41 |
# File 'lib/git_context.rb', line 39 def email @email end |
#name ⇒ Object
Returns the value of attribute name
39 40 41 |
# File 'lib/git_context.rb', line 39 def name @name end |
#signing_key ⇒ Object
Returns the value of attribute signing_key
39 40 41 |
# File 'lib/git_context.rb', line 39 def signing_key @signing_key end |