Class: Itools::Symbols
- Inherits:
-
Object
- Object
- Itools::Symbols
- Defined in:
- lib/itools/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.
26 27 28 |
# File 'lib/itools/link_map.rb', line 26 def initialize @s_file_serial_number = -1 #防止为0 end |
Instance Attribute Details
#s_address ⇒ Object
Returns the value of attribute s_address.
25 26 27 |
# File 'lib/itools/link_map.rb', line 25 def s_address @s_address end |
#s_file_serial_number ⇒ Object
Returns the value of attribute s_file_serial_number.
25 26 27 |
# File 'lib/itools/link_map.rb', line 25 def s_file_serial_number @s_file_serial_number end |
#s_name ⇒ Object
Returns the value of attribute s_name.
25 26 27 |
# File 'lib/itools/link_map.rb', line 25 def s_name @s_name end |
#s_size ⇒ Object
Returns the value of attribute s_size.
25 26 27 |
# File 'lib/itools/link_map.rb', line 25 def s_size @s_size end |