Class: Foobara::CommandConnectors::Desugarizers::Attributes::InputsFromYaml

Inherits:
Attributes
  • Object
show all
Defined in:
foobara-0.6.1/projects/command_connectors/src/desugarizers/attributes/inputs_from_yaml.rb

Instance Method Summary collapse

Instance Method Details

#desugarizer_symbolObject



8
9
10
# File 'projects/command_connectors/src/desugarizers/attributes/inputs_from_yaml.rb', line 8

def desugarizer_symbol
  :yaml
end

#opts_keyObject



16
17
18
# File 'projects/command_connectors/src/desugarizers/attributes/inputs_from_yaml.rb', line 16

def opts_key
  :inputs_transformers
end

#transformer_methodObject



12
13
14
# File 'projects/command_connectors/src/desugarizers/attributes/inputs_from_yaml.rb', line 12

def transformer_method
  :from_yaml
end