Class: Lynx::Library::NodeApiAddonInfo
- Inherits:
-
Struct
- Object
- Struct
- Lynx::Library::NodeApiAddonInfo
- Defined in:
- lib/lynx/library/autolink.rb
Instance Attribute Summary collapse
-
#addon_use_header ⇒ Object
Returns the value of attribute addon_use_header.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pod_name ⇒ Object
Returns the value of attribute pod_name.
-
#podspec_path ⇒ Object
Returns the value of attribute podspec_path.
-
#required ⇒ Object
Returns the value of attribute required.
Instance Attribute Details
#addon_use_header ⇒ Object
Returns the value of attribute addon_use_header
13 14 15 |
# File 'lib/lynx/library/autolink.rb', line 13 def addon_use_header @addon_use_header end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/lynx/library/autolink.rb', line 13 def name @name end |
#pod_name ⇒ Object
Returns the value of attribute pod_name
13 14 15 |
# File 'lib/lynx/library/autolink.rb', line 13 def pod_name @pod_name end |
#podspec_path ⇒ Object
Returns the value of attribute podspec_path
13 14 15 |
# File 'lib/lynx/library/autolink.rb', line 13 def podspec_path @podspec_path end |
#required ⇒ Object
Returns the value of attribute required
13 14 15 |
# File 'lib/lynx/library/autolink.rb', line 13 def required @required end |