Class: Gel::Package::YAMLLoader::Gem_Specification
- Inherits:
-
Object
- Object
- Gel::Package::YAMLLoader::Gem_Specification
- Defined in:
- lib/gel/package.rb
Instance Attribute Summary collapse
-
#architecture ⇒ Object
Returns the value of attribute architecture.
-
#bindir ⇒ Object
Returns the value of attribute bindir.
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#executables ⇒ Object
Returns the value of attribute executables.
-
#extensions ⇒ Object
Returns the value of attribute extensions.
-
#name ⇒ Object
Returns the value of attribute name.
-
#require_paths ⇒ Object
Returns the value of attribute require_paths.
-
#specification_version ⇒ Object
Returns the value of attribute specification_version.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#architecture ⇒ Object
Returns the value of attribute architecture.
94 95 96 |
# File 'lib/gel/package.rb', line 94 def architecture @architecture end |
#bindir ⇒ Object
Returns the value of attribute bindir.
94 95 96 |
# File 'lib/gel/package.rb', line 94 def bindir @bindir end |
#dependencies ⇒ Object
Returns the value of attribute dependencies.
94 95 96 |
# File 'lib/gel/package.rb', line 94 def dependencies @dependencies end |
#executables ⇒ Object
Returns the value of attribute executables.
94 95 96 |
# File 'lib/gel/package.rb', line 94 def executables @executables end |
#extensions ⇒ Object
Returns the value of attribute extensions.
94 95 96 |
# File 'lib/gel/package.rb', line 94 def extensions @extensions end |
#name ⇒ Object
Returns the value of attribute name.
94 95 96 |
# File 'lib/gel/package.rb', line 94 def name @name end |
#require_paths ⇒ Object
Returns the value of attribute require_paths.
94 95 96 |
# File 'lib/gel/package.rb', line 94 def require_paths @require_paths end |
#specification_version ⇒ Object
Returns the value of attribute specification_version.
94 95 96 |
# File 'lib/gel/package.rb', line 94 def specification_version @specification_version end |
#version ⇒ Object
Returns the value of attribute version.
94 95 96 |
# File 'lib/gel/package.rb', line 94 def version @version end |