Class: Klenod::Build::LoadResult
- Inherits:
-
Data
- Object
- Data
- Klenod::Build::LoadResult
- Defined in:
- lib/klenod/build/load_result.rb
Instance Attribute Summary collapse
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#source_hash ⇒ Object
readonly
Returns the value of attribute source_hash.
-
#transform ⇒ Object
readonly
Returns the value of attribute transform.
Instance Attribute Details
#source ⇒ Object (readonly)
Returns the value of attribute source
5 6 7 |
# File 'lib/klenod/build/load_result.rb', line 5 def source @source end |
#source_hash ⇒ Object (readonly)
Returns the value of attribute source_hash
5 6 7 |
# File 'lib/klenod/build/load_result.rb', line 5 def source_hash @source_hash end |
#transform ⇒ Object (readonly)
Returns the value of attribute transform
5 6 7 |
# File 'lib/klenod/build/load_result.rb', line 5 def transform @transform end |