Module: FeedTools::FeedToolsHelper
- Defined in:
- lib/feed_tools/helpers/feed_tools_helper.rb
Constant Summary collapse
- @@default_local_path =
File.('.')
Class Method Summary collapse
-
.default_local_path ⇒ Object
Returns the default path to load local files from.
-
.default_local_path=(new_default_local_path) ⇒ Object
Sets the default path to load local files from.
Class Method Details
.default_local_path ⇒ Object
Returns the default path to load local files from
38 39 40 |
# File 'lib/feed_tools/helpers/feed_tools_helper.rb', line 38 def self.default_local_path @@default_local_path end |
.default_local_path=(new_default_local_path) ⇒ Object
Sets the default path to load local files from
43 44 45 |
# File 'lib/feed_tools/helpers/feed_tools_helper.rb', line 43 def self.default_local_path=(new_default_local_path) @@default_local_path = new_default_local_path end |