Class: MDWA::DSL::ProcessDetailNextAction
- Inherits:
-
Object
- Object
- MDWA::DSL::ProcessDetailNextAction
- Defined in:
- lib/mdwa/dsl/process_detail_next_action.rb
Instance Attribute Summary collapse
-
#alias ⇒ Object
Returns the value of attribute alias.
-
#method ⇒ Object
Returns the value of attribute method.
-
#redirect ⇒ Object
Returns the value of attribute redirect.
-
#render ⇒ Object
Returns the value of attribute render.
-
#request ⇒ Object
Returns the value of attribute request.
-
#when ⇒ Object
Returns the value of attribute when.
Instance Method Summary collapse
-
#initialize(next_action_alias) ⇒ ProcessDetailNextAction
constructor
A new instance of ProcessDetailNextAction.
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
#alias ⇒ Object
Returns the value of attribute alias.
9 10 11 |
# File 'lib/mdwa/dsl/process_detail_next_action.rb', line 9 def alias @alias end |
#method ⇒ Object
Returns the value of attribute method.
9 10 11 |
# File 'lib/mdwa/dsl/process_detail_next_action.rb', line 9 def method @method end |
#redirect ⇒ Object
Returns the value of attribute redirect.
9 10 11 |
# File 'lib/mdwa/dsl/process_detail_next_action.rb', line 9 def redirect @redirect end |
#render ⇒ Object
Returns the value of attribute render.
9 10 11 |
# File 'lib/mdwa/dsl/process_detail_next_action.rb', line 9 def render @render end |
#request ⇒ Object
Returns the value of attribute request.
9 10 11 |
# File 'lib/mdwa/dsl/process_detail_next_action.rb', line 9 def request @request end |
#when ⇒ Object
Returns the value of attribute when.
9 10 11 |
# File 'lib/mdwa/dsl/process_detail_next_action.rb', line 9 def when @when end |