Class: Foobara::CommandConnectors::Desugarizers::Attributes::InputsFromYaml
- Inherits:
-
Attributes
- Object
- Attributes
- Foobara::CommandConnectors::Desugarizers::Attributes::InputsFromYaml
- Defined in:
- foobara-0.6.1/projects/command_connectors/src/desugarizers/attributes/inputs_from_yaml.rb
Instance Method Summary collapse
Instance Method Details
#desugarizer_symbol ⇒ Object
8 9 10 |
# File 'projects/command_connectors/src/desugarizers/attributes/inputs_from_yaml.rb', line 8 def desugarizer_symbol :yaml end |
#opts_key ⇒ Object
16 17 18 |
# File 'projects/command_connectors/src/desugarizers/attributes/inputs_from_yaml.rb', line 16 def opts_key :inputs_transformers end |
#transformer_method ⇒ Object
12 13 14 |
# File 'projects/command_connectors/src/desugarizers/attributes/inputs_from_yaml.rb', line 12 def transformer_method :from_yaml end |