Class: AssetSync::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/visionbundles/asset_sync.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#assets_prefixObject

Returns the value of attribute assets_prefix.



4
5
6
# File 'lib/visionbundles/asset_sync.rb', line 4

def assets_prefix
  @assets_prefix
end

#manifest_pathObject

Returns the value of attribute manifest_path.



4
5
6
# File 'lib/visionbundles/asset_sync.rb', line 4

def manifest_path
  @manifest_path
end

#public_pathObject

Returns the value of attribute public_path.



4
5
6
# File 'lib/visionbundles/asset_sync.rb', line 4

def public_path
  @public_path
end

Instance Method Details

#log_silentlyObject



6
7
8
# File 'lib/visionbundles/asset_sync.rb', line 6

def log_silently
  false
end

#yml_exists?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/visionbundles/asset_sync.rb', line 10

def yml_exists?
  false
end