class Me::GitConfig::Mapper
Public Class Methods
find_by_identity(identity_name)
click to toggle source
# File lib/me/git_config.rb, line 59 def self.find_by_identity(identity_name) end
new(name, email, identity_name)
click to toggle source
# File lib/me/git_config.rb, line 62 def initialize(name, email, identity_name) end
Public Instance Methods
find()
click to toggle source
# File lib/me/git_config.rb, line 65 def find end
update(name: nil, email: nil)
click to toggle source
# File lib/me/git_config.rb, line 68 def update(name: nil, email: nil) end