Class: DhanHQ::Skills::Workflow::Step
- Inherits:
-
Struct
- Object
- Struct
- DhanHQ::Skills::Workflow::Step
- Defined in:
- lib/DhanHQ/skills/workflow.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#name ⇒ Object
Returns the value of attribute name.
-
#priority ⇒ Object
Returns the value of attribute priority.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
32 33 34 |
# File 'lib/DhanHQ/skills/workflow.rb', line 32 def block @block end |
#name ⇒ Object
Returns the value of attribute name
32 33 34 |
# File 'lib/DhanHQ/skills/workflow.rb', line 32 def name @name end |
#priority ⇒ Object
Returns the value of attribute priority
32 33 34 |
# File 'lib/DhanHQ/skills/workflow.rb', line 32 def priority @priority end |