Class: Pod::Prebuild::Passer::ResourcePath
- Inherits:
-
Object
- Object
- Pod::Prebuild::Passer::ResourcePath
- Defined in:
- lib/cocoapods-xlbuild/helper/passer.rb
Overview
represent the path of resurces to copy
Instance Attribute Summary collapse
-
#real_file_path ⇒ Object
Returns the value of attribute real_file_path.
-
#target_file_path ⇒ Object
Returns the value of attribute target_file_path.
Instance Attribute Details
#real_file_path ⇒ Object
Returns the value of attribute real_file_path.
21 22 23 |
# File 'lib/cocoapods-xlbuild/helper/passer.rb', line 21 def real_file_path @real_file_path end |
#target_file_path ⇒ Object
Returns the value of attribute target_file_path.
22 23 24 |
# File 'lib/cocoapods-xlbuild/helper/passer.rb', line 22 def target_file_path @target_file_path end |