Class: Pod::Sandbox::HeadersStore::SEARCH_PATHS_KEY
- Inherits:
-
Struct
- Object
- Struct
- Pod::Sandbox::HeadersStore::SEARCH_PATHS_KEY
- Defined in:
- lib/cocoapods/sandbox/headers_store.rb
Instance Attribute Summary collapse
-
#platform_name ⇒ Object
Returns the value of attribute platform_name.
-
#target_name ⇒ Object
Returns the value of attribute target_name.
-
#use_modular_headers ⇒ Object
Returns the value of attribute use_modular_headers.
Instance Attribute Details
#platform_name ⇒ Object
Returns the value of attribute platform_name
7 8 9 |
# File 'lib/cocoapods/sandbox/headers_store.rb', line 7 def platform_name @platform_name end |
#target_name ⇒ Object
Returns the value of attribute target_name
7 8 9 |
# File 'lib/cocoapods/sandbox/headers_store.rb', line 7 def target_name @target_name end |
#use_modular_headers ⇒ Object
Returns the value of attribute use_modular_headers
7 8 9 |
# File 'lib/cocoapods/sandbox/headers_store.rb', line 7 def use_modular_headers @use_modular_headers end |