Class: Textus::Workflow::DSL::Step

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/workflow/dsl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callableObject (readonly)

Returns the value of attribute callable

Returns:

  • (Object)

    the current value of callable



4
5
6
# File 'lib/textus/workflow/dsl.rb', line 4

def callable
  @callable
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/textus/workflow/dsl.rb', line 4

def name
  @name
end

#timeoutObject (readonly)

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



4
5
6
# File 'lib/textus/workflow/dsl.rb', line 4

def timeout
  @timeout
end