Class: Klenod::Runtime::AssetSpec

Inherits:
Data
  • Object
show all
Defined in:
lib/klenod/runtime/bundle.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_hashObject (readonly)

Returns the value of attribute content_hash

Returns:

  • (Object)

    the current value of content_hash



11
12
13
# File 'lib/klenod/runtime/bundle.rb', line 11

def content_hash
  @content_hash
end

#content_typeObject (readonly)

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



11
12
13
# File 'lib/klenod/runtime/bundle.rb', line 11

def content_type
  @content_type
end

#logical_nameObject (readonly)

Returns the value of attribute logical_name

Returns:

  • (Object)

    the current value of logical_name



11
12
13
# File 'lib/klenod/runtime/bundle.rb', line 11

def logical_name
  @logical_name
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



11
12
13
# File 'lib/klenod/runtime/bundle.rb', line 11

def 
  @metadata
end

#output_pathObject (readonly)

Returns the value of attribute output_path

Returns:

  • (Object)

    the current value of output_path



11
12
13
# File 'lib/klenod/runtime/bundle.rb', line 11

def output_path
  @output_path
end