Exception: Wee::AnswerDecoration::Answer
- Defined in:
- lib/wee/call_answer.rb
Overview
Used to unwind the component call chain in Component#answer.
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
Instance Method Summary collapse
-
#initialize(args) ⇒ Answer
constructor
A new instance of Answer.
Constructor Details
#initialize(args) ⇒ Answer
Returns a new instance of Answer.
16 |
# File 'lib/wee/call_answer.rb', line 16 def initialize(args) @args = args end |
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
15 16 17 |
# File 'lib/wee/call_answer.rb', line 15 def args @args end |