Class: Fastlane::Helper::LinkMap::Library

Inherits:
Struct
  • Object
show all
Defined in:
lib/fastlane/plugin/analyze_ios_linkmap/helper/analyze_ios_linkmap_helper.rb

Overview

“AFNetworking”=>

<struct FastlaneCore::Helper::LinkMap::Library
  name="AFNetworking",
  size=0,
  object_file_ids=[23,24,25,26,27,28,29,30],
  dead_symbol_size=0,
  pod_name="AFNetworking"

>

Instance Attribute Summary collapse

Instance Attribute Details

#dead_symbol_sizeObject

Returns the value of attribute dead_symbol_size

Returns:

  • (Object)

    the current value of dead_symbol_size



68
69
70
# File 'lib/fastlane/plugin/analyze_ios_linkmap/helper/analyze_ios_linkmap_helper.rb', line 68

def dead_symbol_size
  @dead_symbol_size
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



68
69
70
# File 'lib/fastlane/plugin/analyze_ios_linkmap/helper/analyze_ios_linkmap_helper.rb', line 68

def name
  @name
end

#object_file_idsObject

Returns the value of attribute object_file_ids

Returns:

  • (Object)

    the current value of object_file_ids



68
69
70
# File 'lib/fastlane/plugin/analyze_ios_linkmap/helper/analyze_ios_linkmap_helper.rb', line 68

def object_file_ids
  @object_file_ids
end

#pod_nameObject

Returns the value of attribute pod_name

Returns:

  • (Object)

    the current value of pod_name



68
69
70
# File 'lib/fastlane/plugin/analyze_ios_linkmap/helper/analyze_ios_linkmap_helper.rb', line 68

def pod_name
  @pod_name
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



68
69
70
# File 'lib/fastlane/plugin/analyze_ios_linkmap/helper/analyze_ios_linkmap_helper.rb', line 68

def size
  @size
end