Class: ThemeJuice::Tasks::Location
- Inherits:
-
ThemeJuice::Task
- Object
- ThemeJuice::Task
- ThemeJuice::Tasks::Location
- Defined in:
- lib/theme-juice/tasks/location.rb
Instance Attribute Summary
Attributes inherited from ThemeJuice::Task
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(opts = {}) ⇒ Location
constructor
A new instance of Location.
Methods inherited from ThemeJuice::Task
Constructor Details
#initialize(opts = {}) ⇒ Location
Returns a new instance of Location.
7 8 9 |
# File 'lib/theme-juice/tasks/location.rb', line 7 def initialize(opts = {}) super end |
Instance Method Details
#execute ⇒ Object
11 12 13 |
# File 'lib/theme-juice/tasks/location.rb', line 11 def execute create_path end |