Class: Pod::Prebuild::Passer::ResourcePath

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-binary/helper/passer.rb

Overview

represent the path of resurces to copy

Instance Attribute Summary collapse

Instance Attribute Details

#real_file_pathObject

Returns the value of attribute real_file_path.



21
22
23
# File 'lib/cocoapods-binary/helper/passer.rb', line 21

def real_file_path
  @real_file_path
end

#target_file_pathObject

Returns the value of attribute target_file_path.



22
23
24
# File 'lib/cocoapods-binary/helper/passer.rb', line 22

def target_file_path
  @target_file_path
end