Class: Sprockets::Transformers::Transformer
- Inherits:
-
Struct
- Object
- Struct
- Sprockets::Transformers::Transformer
- Defined in:
- lib/sprockets/transformers.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#proc ⇒ Object
Returns the value of attribute proc.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
22 23 24 |
# File 'lib/sprockets/transformers.rb', line 22 def from @from end |
#proc ⇒ Object
Returns the value of attribute proc
22 23 24 |
# File 'lib/sprockets/transformers.rb', line 22 def proc @proc end |
#to ⇒ Object
Returns the value of attribute to
22 23 24 |
# File 'lib/sprockets/transformers.rb', line 22 def to @to end |