Method: Pod::Podfile::TargetDefinition#inheritance

Defined in:
lib/cocoapods-core/podfile/target_definition.rb

#inheritanceString

Returns the inheritance mode for this target definition.

Returns:

  • (String)

    the inheritance mode for this target definition.



176
177
178
# File 'lib/cocoapods-core/podfile/target_definition.rb', line 176

def inheritance
  get_hash_value('inheritance', 'complete')
end