Class: Textus::Workflow::Context

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

Instance Attribute Summary collapse

Instance Attribute Details

#callObject (readonly)

Returns the value of attribute call

Returns:

  • (Object)

    the current value of call



3
4
5
# File 'lib/textus/workflow/context.rb', line 3

def call
  @call
end

#configObject (readonly)

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



3
4
5
# File 'lib/textus/workflow/context.rb', line 3

def config
  @config
end

#containerObject (readonly)

Returns the value of attribute container

Returns:

  • (Object)

    the current value of container



3
4
5
# File 'lib/textus/workflow/context.rb', line 3

def container
  @container
end

#entryObject (readonly)

Returns the value of attribute entry

Returns:

  • (Object)

    the current value of entry



3
4
5
# File 'lib/textus/workflow/context.rb', line 3

def entry
  @entry
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



3
4
5
# File 'lib/textus/workflow/context.rb', line 3

def key
  @key
end

#laneObject (readonly)

Returns the value of attribute lane

Returns:

  • (Object)

    the current value of lane



3
4
5
# File 'lib/textus/workflow/context.rb', line 3

def lane
  @lane
end