Class: Sprockets::Transformers::Transformer

Inherits:
Struct
  • Object
show all
Defined in:
lib/sprockets/transformers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



22
23
24
# File 'lib/sprockets/transformers.rb', line 22

def from
  @from
end

#procObject

Returns the value of attribute proc

Returns:

  • (Object)

    the current value of proc



22
23
24
# File 'lib/sprockets/transformers.rb', line 22

def proc
  @proc
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



22
23
24
# File 'lib/sprockets/transformers.rb', line 22

def to
  @to
end