Class: ThemeJuice::Tasks::Entry

Inherits:
ThemeJuice::Task show all
Defined in:
lib/theme-juice/tasks/entry.rb

Direct Known Subclasses

DNS, Database, ForwardPorts, Landrush, SyncedFolder

Instance Attribute Summary collapse

Attributes inherited from ThemeJuice::Task

#tasks

Instance Method Summary collapse

Methods inherited from ThemeJuice::Task

#execute, #runner, #unexecute

Constructor Details

#initialize(opts = {}) ⇒ Entry

Returns a new instance of Entry.



8
9
10
# File 'lib/theme-juice/tasks/entry.rb', line 8

def initialize(opts = {})
  super
end

Instance Attribute Details

#entryObject

Returns the value of attribute entry.



6
7
8
# File 'lib/theme-juice/tasks/entry.rb', line 6

def entry
  @entry
end