Class: BBItools::Symbols
- Inherits:
-
Object
- Object
- BBItools::Symbols
- Defined in:
- lib/cocoapods-bb-PodAssistant/tools/link_map.rb
Overview
———————————Symbols class———————————
Instance Attribute Summary collapse
-
#s_address ⇒ Object
Returns the value of attribute s_address.
-
#s_file_serial_number ⇒ Object
Returns the value of attribute s_file_serial_number.
-
#s_name ⇒ Object
Returns the value of attribute s_name.
-
#s_size ⇒ Object
Returns the value of attribute s_size.
Instance Method Summary collapse
-
#initialize ⇒ Symbols
constructor
A new instance of Symbols.
Constructor Details
#initialize ⇒ Symbols
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_address ⇒ Object
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_number ⇒ Object
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_name ⇒ Object
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_size ⇒ Object
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 |