Class: Kompo::CollectDependencies::Dependencies

Inherits:
Struct
  • Object
show all
Defined in:
lib/kompo/tasks/collect_dependencies.rb

Instance Attribute Summary collapse

Instance Attribute Details

#deps_lib_pathsObject

Returns the value of attribute deps_lib_paths

Returns:

  • (Object)

    the current value of deps_lib_paths



11
12
13
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11

def deps_lib_paths
  @deps_lib_paths
end

#exts_dirObject

Returns the value of attribute exts_dir

Returns:

  • (Object)

    the current value of exts_dir



11
12
13
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11

def exts_dir
  @exts_dir
end

#fs_cObject

Returns the value of attribute fs_c

Returns:

  • (Object)

    the current value of fs_c



11
12
13
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11

def fs_c
  @fs_c
end

#kompo_libObject

Returns the value of attribute kompo_lib

Returns:

  • (Object)

    the current value of kompo_lib



11
12
13
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11

def kompo_lib
  @kompo_lib
end

#main_cObject

Returns the value of attribute main_c

Returns:

  • (Object)

    the current value of main_c



11
12
13
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11

def main_c
  @main_c
end

#ruby_build_pathObject

Returns the value of attribute ruby_build_path

Returns:

  • (Object)

    the current value of ruby_build_path



11
12
13
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11

def ruby_build_path
  @ruby_build_path
end

#ruby_install_dirObject

Returns the value of attribute ruby_install_dir

Returns:

  • (Object)

    the current value of ruby_install_dir



11
12
13
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11

def ruby_install_dir
  @ruby_install_dir
end

#ruby_libObject

Returns the value of attribute ruby_lib

Returns:

  • (Object)

    the current value of ruby_lib



11
12
13
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11

def ruby_lib
  @ruby_lib
end

#ruby_major_minorObject

Returns the value of attribute ruby_major_minor

Returns:

  • (Object)

    the current value of ruby_major_minor



11
12
13
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11

def ruby_major_minor
  @ruby_major_minor
end

#ruby_versionObject

Returns the value of attribute ruby_version

Returns:

  • (Object)

    the current value of ruby_version



11
12
13
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11

def ruby_version
  @ruby_version
end