Class: DhanHQ::Skills::Workflow::Step

Inherits:
Struct
  • Object
show all
Defined in:
lib/DhanHQ/skills/workflow.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



32
33
34
# File 'lib/DhanHQ/skills/workflow.rb', line 32

def block
  @block
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



32
33
34
# File 'lib/DhanHQ/skills/workflow.rb', line 32

def name
  @name
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



32
33
34
# File 'lib/DhanHQ/skills/workflow.rb', line 32

def priority
  @priority
end