Class: BBItools::Symbols

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-bb-PodAssistant/tools/link_map.rb

Overview

———————————Symbols class———————————

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSymbols

Returns a new instance of Symbols.



27
28
29
# File 'lib/cocoapods-bb-PodAssistant/tools/link_map.rb', line 27

def initialize
   @s_file_serial_number = -1   #防止为0
end

Instance Attribute Details

#s_addressObject

Returns the value of attribute s_address.



26
27
28
# File 'lib/cocoapods-bb-PodAssistant/tools/link_map.rb', line 26

def s_address
  @s_address
end

#s_file_serial_numberObject

Returns the value of attribute s_file_serial_number.



26
27
28
# File 'lib/cocoapods-bb-PodAssistant/tools/link_map.rb', line 26

def s_file_serial_number
  @s_file_serial_number
end

#s_nameObject

Returns the value of attribute s_name.



26
27
28
# File 'lib/cocoapods-bb-PodAssistant/tools/link_map.rb', line 26

def s_name
  @s_name
end

#s_sizeObject

Returns the value of attribute s_size.



26
27
28
# File 'lib/cocoapods-bb-PodAssistant/tools/link_map.rb', line 26

def s_size
  @s_size
end