Class: MDWA::DSL::ProcessDetailNextAction

Inherits:
Object
  • Object
show all
Defined in:
lib/mdwa/dsl/process_detail_next_action.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(next_action_alias) ⇒ ProcessDetailNextAction

Returns a new instance of ProcessDetailNextAction.



11
12
13
# File 'lib/mdwa/dsl/process_detail_next_action.rb', line 11

def initialize(next_action_alias)
  self.alias = next_action_alias.to_alias
end

Instance Attribute Details

#aliasObject

Returns the value of attribute alias.



9
10
11
# File 'lib/mdwa/dsl/process_detail_next_action.rb', line 9

def alias
  @alias
end

#methodObject

Returns the value of attribute method.



9
10
11
# File 'lib/mdwa/dsl/process_detail_next_action.rb', line 9

def method
  @method
end

#redirectObject

Returns the value of attribute redirect.



9
10
11
# File 'lib/mdwa/dsl/process_detail_next_action.rb', line 9

def redirect
  @redirect
end

#renderObject

Returns the value of attribute render.



9
10
11
# File 'lib/mdwa/dsl/process_detail_next_action.rb', line 9

def render
  @render
end

#requestObject

Returns the value of attribute request.



9
10
11
# File 'lib/mdwa/dsl/process_detail_next_action.rb', line 9

def request
  @request
end

#whenObject

Returns the value of attribute when.



9
10
11
# File 'lib/mdwa/dsl/process_detail_next_action.rb', line 9

def when
  @when
end