Class: BBItools::DSSymbols
- Inherits:
-
Object
- Object
- BBItools::DSSymbols
- Defined in:
- lib/cocoapods-bb-PodAssistant/tools/link_map.rb
Overview
———————————DSSymbols class———————————
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file.
34 35 36 |
# File 'lib/cocoapods-bb-PodAssistant/tools/link_map.rb', line 34 def file @file end |
#name ⇒ Object
Returns the value of attribute name.
34 35 36 |
# File 'lib/cocoapods-bb-PodAssistant/tools/link_map.rb', line 34 def name @name end |
#size ⇒ Object
Returns the value of attribute size.
34 35 36 |
# File 'lib/cocoapods-bb-PodAssistant/tools/link_map.rb', line 34 def size @size end |