Method: Pod::Generator::FileList#paths

Defined in:
lib/cocoapods/generator/file_list.rb

#pathsArray<String> (readonly)

Returns The paths of the files in the file list.

Returns:

  • (Array<String>)

    The paths of the files in the file list.



8
9
10
# File 'lib/cocoapods/generator/file_list.rb', line 8

def paths
  @paths
end