Class: AWS::Flow::GenericType
- Inherits:
-
Object
- Object
- AWS::Flow::GenericType
- Includes:
- GenericTypeModule
- Defined in:
- lib/aws/decider/worker.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(name, version, options = {}) ⇒ GenericType
constructor
A new instance of GenericType.
Methods included from GenericTypeModule
Constructor Details
#initialize(name, version, options = {}) ⇒ GenericType
Returns a new instance of GenericType.
85 86 87 88 89 |
# File 'lib/aws/decider/worker.rb', line 85 def initialize(name, version, = {}) @name = name @version = version = end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
84 85 86 |
# File 'lib/aws/decider/worker.rb', line 84 def name @name end |
#options ⇒ Object
Returns the value of attribute options.
84 85 86 |
# File 'lib/aws/decider/worker.rb', line 84 def end |
#version ⇒ Object
Returns the value of attribute version.
84 85 86 |
# File 'lib/aws/decider/worker.rb', line 84 def version @version end |