module Dynflow::Action::Format

Public Instance Methods

input_format(&block) click to toggle source
# File lib/dynflow/action/format.rb, line 5
def input_format(&block)
  # Format definitions are not validated
  # This method is kept for backward compatibility but does nothing
end
output_format(&block) click to toggle source
# File lib/dynflow/action/format.rb, line 10
def output_format(&block)
  # Format definitions are not validated
  # This method is kept for backward compatibility but does nothing
end