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

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



23
24
25
# File 'lib/aws/decider/options.rb', line 23

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