Class: GitContext::User

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

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email



39
40
41
# File 'lib/git_context.rb', line 39

def email
  @email
end

#nameObject

Returns the value of attribute name



39
40
41
# File 'lib/git_context.rb', line 39

def name
  @name
end

#signing_keyObject

Returns the value of attribute signing_key



39
40
41
# File 'lib/git_context.rb', line 39

def signing_key
  @signing_key
end