Class: Foobara::CommandConnectors::Desugarizers::Attributes::OnlyResult

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

Instance Method Summary collapse

Instance Method Details

#desugarizer_symbolObject



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

def desugarizer_symbol
  :only
end

#opts_keyObject



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

def opts_key
  :result_transformers
end