Class: Lynx::Library::NodeApiAddonInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#addon_use_headerObject

Returns the value of attribute addon_use_header

Returns:

  • (Object)

    the current value of addon_use_header



13
14
15
# File 'lib/lynx/library/autolink.rb', line 13

def addon_use_header
  @addon_use_header
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/lynx/library/autolink.rb', line 13

def name
  @name
end

#pod_nameObject

Returns the value of attribute pod_name

Returns:

  • (Object)

    the current value of pod_name



13
14
15
# File 'lib/lynx/library/autolink.rb', line 13

def pod_name
  @pod_name
end

#podspec_pathObject

Returns the value of attribute podspec_path

Returns:

  • (Object)

    the current value of podspec_path



13
14
15
# File 'lib/lynx/library/autolink.rb', line 13

def podspec_path
  @podspec_path
end

#requiredObject

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



13
14
15
# File 'lib/lynx/library/autolink.rb', line 13

def required
  @required
end