Class: Kompo::CollectDependencies::Dependencies
- Inherits:
-
Struct
- Object
- Struct
- Kompo::CollectDependencies::Dependencies
- Defined in:
- lib/kompo/tasks/collect_dependencies.rb
Instance Attribute Summary collapse
-
#deps_lib_paths ⇒ Object
Returns the value of attribute deps_lib_paths.
-
#exts_dir ⇒ Object
Returns the value of attribute exts_dir.
-
#fs_c ⇒ Object
Returns the value of attribute fs_c.
-
#kompo_lib ⇒ Object
Returns the value of attribute kompo_lib.
-
#main_c ⇒ Object
Returns the value of attribute main_c.
-
#ruby_build_path ⇒ Object
Returns the value of attribute ruby_build_path.
-
#ruby_install_dir ⇒ Object
Returns the value of attribute ruby_install_dir.
-
#ruby_lib ⇒ Object
Returns the value of attribute ruby_lib.
-
#ruby_major_minor ⇒ Object
Returns the value of attribute ruby_major_minor.
-
#ruby_version ⇒ Object
Returns the value of attribute ruby_version.
Instance Attribute Details
#deps_lib_paths ⇒ Object
Returns the value of attribute deps_lib_paths
11 12 13 |
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11 def deps_lib_paths @deps_lib_paths end |
#exts_dir ⇒ Object
Returns the value of attribute exts_dir
11 12 13 |
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11 def exts_dir @exts_dir end |
#fs_c ⇒ Object
Returns the value of attribute fs_c
11 12 13 |
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11 def fs_c @fs_c end |
#kompo_lib ⇒ Object
Returns the value of attribute kompo_lib
11 12 13 |
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11 def kompo_lib @kompo_lib end |
#main_c ⇒ Object
Returns the value of attribute main_c
11 12 13 |
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11 def main_c @main_c end |
#ruby_build_path ⇒ Object
Returns the value of attribute 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_dir ⇒ Object
Returns the value of attribute ruby_install_dir
11 12 13 |
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11 def ruby_install_dir @ruby_install_dir end |
#ruby_lib ⇒ Object
Returns the value of attribute ruby_lib
11 12 13 |
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11 def ruby_lib @ruby_lib end |
#ruby_major_minor ⇒ Object
Returns the value of attribute ruby_major_minor
11 12 13 |
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11 def ruby_major_minor @ruby_major_minor end |
#ruby_version ⇒ Object
Returns the value of attribute ruby_version
11 12 13 |
# File 'lib/kompo/tasks/collect_dependencies.rb', line 11 def ruby_version @ruby_version end |