Class: CococapodsReplacement::Replacement

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-replace/native/podfile.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(origin, to, configurations) ⇒ Replacement



7
8
9
10
11
# File 'lib/cocoapods-replace/native/podfile.rb', line 7

def initialize(origin, to, configurations)
  @origin = origin
  @to = to
  @configurations = configurations
end

Instance Attribute Details

#configurationsObject (readonly)

Returns the value of attribute configurations.



6
7
8
# File 'lib/cocoapods-replace/native/podfile.rb', line 6

def configurations
  @configurations
end

#originObject (readonly)

Returns the value of attribute origin.



4
5
6
# File 'lib/cocoapods-replace/native/podfile.rb', line 4

def origin
  @origin
end

#toObject (readonly)

Returns the value of attribute to.



5
6
7
# File 'lib/cocoapods-replace/native/podfile.rb', line 5

def to
  @to
end