Class: BigKeeper::GitInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/big_keeper/model/podfile_type.rb

Instance Method Summary collapse

Constructor Details

#initialize(base, type, addition) ⇒ GitInfo

Returns a new instance of GitInfo.



28
29
30
# File 'lib/big_keeper/model/podfile_type.rb', line 28

def initialize(base, type, addition)
  @base, @type, @addition = base, type, addition
end

Instance Method Details

#additionObject



40
41
42
# File 'lib/big_keeper/model/podfile_type.rb', line 40

def addition
  @addition
end

#baseObject



36
37
38
# File 'lib/big_keeper/model/podfile_type.rb', line 36

def base
  @base
end

#typeObject



32
33
34
# File 'lib/big_keeper/model/podfile_type.rb', line 32

def type
  @type
end