class BigKeeper::GitInfo

Public Class Methods

new(base, type, addition) click to toggle source
# File lib/big_keeper/model/podfile_type.rb, line 28
def initialize(base, type, addition)
  @base, @type, @addition = base, type, addition
end

Public Instance Methods

addition() click to toggle source
# File lib/big_keeper/model/podfile_type.rb, line 40
def addition
  @addition
end
base() click to toggle source
# File lib/big_keeper/model/podfile_type.rb, line 36
def base
  @base
end
type() click to toggle source
# File lib/big_keeper/model/podfile_type.rb, line 32
def type
  @type
end