Class: Klenod::Build::LoadResult

Inherits:
Data
  • Object
show all
Defined in:
lib/klenod/build/load_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



5
6
7
# File 'lib/klenod/build/load_result.rb', line 5

def source
  @source
end

#source_hashObject (readonly)

Returns the value of attribute source_hash

Returns:

  • (Object)

    the current value of source_hash



5
6
7
# File 'lib/klenod/build/load_result.rb', line 5

def source_hash
  @source_hash
end

#transformObject (readonly)

Returns the value of attribute transform

Returns:

  • (Object)

    the current value of transform



5
6
7
# File 'lib/klenod/build/load_result.rb', line 5

def transform
  @transform
end