Class: Lynx::Extension::ExtensionInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/lynx/extension/autolink.rb

Instance Attribute Summary collapse

Instance Attribute Details

#manifest_fileObject

Returns the value of attribute manifest_file

Returns:

  • (Object)

    the current value of manifest_file



10
11
12
# File 'lib/lynx/extension/autolink.rb', line 10

def manifest_file
  @manifest_file
end

#npm_nameObject

Returns the value of attribute npm_name

Returns:

  • (Object)

    the current value of npm_name



10
11
12
# File 'lib/lynx/extension/autolink.rb', line 10

def npm_name
  @npm_name
end

#package_dirObject

Returns the value of attribute package_dir

Returns:

  • (Object)

    the current value of package_dir



10
11
12
# File 'lib/lynx/extension/autolink.rb', line 10

def package_dir
  @package_dir
end

#podspec_pathObject

Returns the value of attribute podspec_path

Returns:

  • (Object)

    the current value of podspec_path



10
11
12
# File 'lib/lynx/extension/autolink.rb', line 10

def podspec_path
  @podspec_path
end

#source_dirObject

Returns the value of attribute source_dir

Returns:

  • (Object)

    the current value of source_dir



10
11
12
# File 'lib/lynx/extension/autolink.rb', line 10

def source_dir
  @source_dir
end