Class: Lynx::Extension::ExtensionInfo
- Inherits:
-
Struct
- Object
- Struct
- Lynx::Extension::ExtensionInfo
- Defined in:
- lib/lynx/extension/autolink.rb
Instance Attribute Summary collapse
-
#manifest_file ⇒ Object
Returns the value of attribute manifest_file.
-
#npm_name ⇒ Object
Returns the value of attribute npm_name.
-
#package_dir ⇒ Object
Returns the value of attribute package_dir.
-
#podspec_path ⇒ Object
Returns the value of attribute podspec_path.
-
#source_dir ⇒ Object
Returns the value of attribute source_dir.
Instance Attribute Details
#manifest_file ⇒ Object
Returns the value of attribute manifest_file
10 11 12 |
# File 'lib/lynx/extension/autolink.rb', line 10 def manifest_file @manifest_file end |
#npm_name ⇒ Object
Returns the value of attribute npm_name
10 11 12 |
# File 'lib/lynx/extension/autolink.rb', line 10 def npm_name @npm_name end |
#package_dir ⇒ Object
Returns the value of attribute package_dir
10 11 12 |
# File 'lib/lynx/extension/autolink.rb', line 10 def package_dir @package_dir end |
#podspec_path ⇒ Object
Returns the value of attribute podspec_path
10 11 12 |
# File 'lib/lynx/extension/autolink.rb', line 10 def podspec_path @podspec_path end |
#source_dir ⇒ Object
Returns the value of attribute source_dir
10 11 12 |
# File 'lib/lynx/extension/autolink.rb', line 10 def source_dir @source_dir end |