Class: CococapodsReplacement::Replacement
- Inherits:
-
Object
- Object
- CococapodsReplacement::Replacement
- Defined in:
- lib/cocoapods-replace/native/podfile.rb
Instance Attribute Summary collapse
-
#configurations ⇒ Object
readonly
Returns the value of attribute configurations.
-
#origin ⇒ Object
readonly
Returns the value of attribute origin.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Method Summary collapse
-
#initialize(origin, to, configurations) ⇒ Replacement
constructor
A new instance of Replacement.
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
#configurations ⇒ Object (readonly)
Returns the value of attribute configurations.
6 7 8 |
# File 'lib/cocoapods-replace/native/podfile.rb', line 6 def configurations @configurations end |
#origin ⇒ Object (readonly)
Returns the value of attribute origin.
4 5 6 |
# File 'lib/cocoapods-replace/native/podfile.rb', line 4 def origin @origin end |
#to ⇒ Object (readonly)
Returns the value of attribute to.
5 6 7 |
# File 'lib/cocoapods-replace/native/podfile.rb', line 5 def to @to end |