Class: ThemeJuice::Tasks::Entry
- Inherits:
-
ThemeJuice::Task
- Object
- ThemeJuice::Task
- ThemeJuice::Tasks::Entry
- Defined in:
- lib/theme-juice/tasks/entry.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#entry ⇒ Object
Returns the value of attribute entry.
Attributes inherited from ThemeJuice::Task
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Entry
constructor
A new instance of Entry.
Methods inherited from ThemeJuice::Task
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
#entry ⇒ Object
Returns the value of attribute entry.
6 7 8 |
# File 'lib/theme-juice/tasks/entry.rb', line 6 def entry @entry end |