Exception: Wee::AnswerDecoration::Answer
- Defined in:
- lib/wee/decoration.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.
124 |
# File 'lib/wee/decoration.rb', line 124 def initialize(args) @args = args end |
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
123 124 125 |
# File 'lib/wee/decoration.rb', line 123 def args @args end |