Class: Husky::Responder
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Husky::Responder
- Extended by:
- AfterDo
- Defined in:
- lib/husky/responder.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
readonly
Returns the value of attribute context.
Instance Method Summary collapse
-
#initialize(context) ⇒ Responder
constructor
A new instance of Responder.
Constructor Details
#initialize(context) ⇒ Responder
Returns a new instance of Responder.
12 13 14 15 |
# File 'lib/husky/responder.rb', line 12 def initialize(context) @context = context super end |
Instance Attribute Details
#context ⇒ Object (readonly)
Returns the value of attribute context.
10 11 12 |
# File 'lib/husky/responder.rb', line 10 def context @context end |