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.
68 69 70 71 72 |
# File 'lib/aws/decider/worker.rb', line 68 def initialize(name, version, = {}) @name = name @version = version @options = end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
67 68 69 |
# File 'lib/aws/decider/worker.rb', line 67 def name @name end |
#options ⇒ Object
Returns the value of attribute options.
67 68 69 |
# File 'lib/aws/decider/worker.rb', line 67 def @options end |
#version ⇒ Object
Returns the value of attribute version.
67 68 69 |
# File 'lib/aws/decider/worker.rb', line 67 def version @version end |