Class: Klenod::Runtime::ImportSpec
- Inherits:
-
Data
- Object
- Data
- Klenod::Runtime::ImportSpec
- Defined in:
- lib/klenod/runtime/bundle.rb
Instance Attribute Summary collapse
-
#eager ⇒ Object
readonly
Returns the value of attribute eager.
-
#target_id ⇒ Object
readonly
Returns the value of attribute target_id.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#eager ⇒ Object (readonly)
Returns the value of attribute eager
8 9 10 |
# File 'lib/klenod/runtime/bundle.rb', line 8 def eager @eager end |
#target_id ⇒ Object (readonly)
Returns the value of attribute target_id
8 9 10 |
# File 'lib/klenod/runtime/bundle.rb', line 8 def target_id @target_id end |
#value ⇒ Object (readonly)
Returns the value of attribute value
8 9 10 |
# File 'lib/klenod/runtime/bundle.rb', line 8 def value @value end |