Class: Pod::Installer::UserProjectIntegrator::TargetIntegrator::XCFileListConfigKey
- Inherits:
-
Struct
- Object
- Struct
- Pod::Installer::UserProjectIntegrator::TargetIntegrator::XCFileListConfigKey
- Defined in:
- lib/cocoapods/installer/user_project_integrator/target_integrator.rb
Instance Attribute Summary collapse
-
#file_list_path ⇒ Object
Returns the value of attribute file_list_path.
-
#file_list_relative_path ⇒ Object
Returns the value of attribute file_list_relative_path.
Instance Attribute Details
#file_list_path ⇒ Object
Returns the value of attribute file_list_path
93 94 95 |
# File 'lib/cocoapods/installer/user_project_integrator/target_integrator.rb', line 93 def file_list_path @file_list_path end |
#file_list_relative_path ⇒ Object
Returns the value of attribute file_list_relative_path
93 94 95 |
# File 'lib/cocoapods/installer/user_project_integrator/target_integrator.rb', line 93 def file_list_relative_path @file_list_relative_path end |