Class: WaxTasks::Derivative
- Inherits:
-
Struct
- Object
- Struct
- WaxTasks::Derivative
- Defined in:
- lib/wax_tasks/asset.rb
Instance Attribute Summary collapse
-
#img ⇒ Object
Returns the value of attribute img.
-
#label ⇒ Object
Returns the value of attribute label.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#img ⇒ Object
Returns the value of attribute img
5 6 7 |
# File 'lib/wax_tasks/asset.rb', line 5 def img @img end |
#label ⇒ Object
Returns the value of attribute label
5 6 7 |
# File 'lib/wax_tasks/asset.rb', line 5 def label @label end |
#path ⇒ Object
Returns the value of attribute path
5 6 7 |
# File 'lib/wax_tasks/asset.rb', line 5 def path @path end |