Class: AWS::Flow::Defaults

Inherits:
Object
  • Object
show all
Defined in:
lib/aws/decider/options.rb

Overview

The base class for option defaults in the AWS Flow Framework for Ruby.

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method_name, *args, &block) ⇒ Object



21
22
23
# File 'lib/aws/decider/options.rb', line 21

def method_missing(method_name, *args, &block)
  return nil
end