Class: AWS::Flow::Defaults
- Inherits:
-
Object
- Object
- AWS::Flow::Defaults
- Defined in:
- lib/aws/decider/options.rb
Overview
The base class for option defaults in the AWS Flow Framework for Ruby.
Direct Known Subclasses
ActivityDefaults, RetryDefaults, WorkerDefaults, WorkflowDefaults
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 |