Class: TermUtils::AP::ParameterWalkerHooks
- Inherits:
-
Struct
- Object
- Struct
- TermUtils::AP::ParameterWalkerHooks
- Defined in:
- lib/term_utils/ap/result.rb
Overview
Parameter hooks for Walker.
Instance Attribute Summary collapse
-
#anonymous_article_hook ⇒ Object
Returns the value of attribute anonymous_article_hook.
-
#article_hooks ⇒ Object
Returns the value of attribute article_hooks.
-
#hook ⇒ Object
Returns the value of attribute hook.
Instance Attribute Details
#anonymous_article_hook ⇒ Object
Returns the value of attribute anonymous_article_hook
242 243 244 |
# File 'lib/term_utils/ap/result.rb', line 242 def anonymous_article_hook @anonymous_article_hook end |
#article_hooks ⇒ Object
Returns the value of attribute article_hooks
242 243 244 |
# File 'lib/term_utils/ap/result.rb', line 242 def article_hooks @article_hooks end |
#hook ⇒ Object
Returns the value of attribute hook
242 243 244 |
# File 'lib/term_utils/ap/result.rb', line 242 def hook @hook end |