Class: Cadence::Workflow::Decision::RecordMarker
- Inherits:
-
Struct
- Object
- Struct
- Cadence::Workflow::Decision::RecordMarker
- Defined in:
- lib/cadence/workflow/decision.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details
8 9 10 |
# File 'lib/cadence/workflow/decision.rb', line 8 def details @details end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/cadence/workflow/decision.rb', line 8 def name @name end |