Class: Klenod::Runtime::ModuleSpec
- Inherits:
-
Data
- Object
- Data
- Klenod::Runtime::ModuleSpec
- Defined in:
- lib/klenod/runtime/bundle.rb
Instance Attribute Summary collapse
-
#constant_name ⇒ Object
readonly
Returns the value of attribute constant_name.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#imports ⇒ Object
readonly
Returns the value of attribute imports.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#source_map ⇒ Object
readonly
Returns the value of attribute source_map.
-
#source_path ⇒ Object
readonly
Returns the value of attribute source_path.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#constant_name ⇒ Object (readonly)
Returns the value of attribute constant_name
5 6 7 |
# File 'lib/klenod/runtime/bundle.rb', line 5 def constant_name @constant_name end |
#id ⇒ Object (readonly)
Returns the value of attribute id
5 6 7 |
# File 'lib/klenod/runtime/bundle.rb', line 5 def id @id end |
#imports ⇒ Object (readonly)
Returns the value of attribute imports
5 6 7 |
# File 'lib/klenod/runtime/bundle.rb', line 5 def imports @imports end |
#source ⇒ Object (readonly)
Returns the value of attribute source
5 6 7 |
# File 'lib/klenod/runtime/bundle.rb', line 5 def source @source end |
#source_map ⇒ Object (readonly)
Returns the value of attribute source_map
5 6 7 |
# File 'lib/klenod/runtime/bundle.rb', line 5 def source_map @source_map end |
#source_path ⇒ Object (readonly)
Returns the value of attribute source_path
5 6 7 |
# File 'lib/klenod/runtime/bundle.rb', line 5 def source_path @source_path end |
#version ⇒ Object (readonly)
Returns the value of attribute version
5 6 7 |
# File 'lib/klenod/runtime/bundle.rb', line 5 def version @version end |