Class: TpCommon::AssetsLoader::LoaderConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
lib/tp_common/assets_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#asset_root_pathObject

Returns the value of attribute asset_root_path

Returns:

  • (Object)

    the current value of asset_root_path



8
9
10
# File 'lib/tp_common/assets_loader.rb', line 8

def asset_root_path
  @asset_root_path
end

#autoloadObject

Returns the value of attribute autoload

Returns:

  • (Object)

    the current value of autoload



8
9
10
# File 'lib/tp_common/assets_loader.rb', line 8

def autoload
  @autoload
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



8
9
10
# File 'lib/tp_common/assets_loader.rb', line 8

def version
  @version
end