Class: Batsir::Stage::TransformerDeclaration

Inherits:
Struct
  • Object
show all
Defined in:
lib/batsir/stage.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



6
7
8
# File 'lib/batsir/stage.rb', line 6

def options
  @options
end

#transformerObject

Returns the value of attribute transformer

Returns:

  • (Object)

    the current value of transformer



6
7
8
# File 'lib/batsir/stage.rb', line 6

def transformer
  @transformer
end