Class: TermUtils::AP::ParameterWalkerHooks

Inherits:
Struct
  • Object
show all
Defined in:
lib/term_utils/ap/result.rb

Overview

Parameter hooks for Walker.

Instance Attribute Summary collapse

Instance Attribute Details

#anonymous_article_hookObject

Returns the value of attribute anonymous_article_hook

Returns:

  • (Object)

    the current value of anonymous_article_hook



242
243
244
# File 'lib/term_utils/ap/result.rb', line 242

def anonymous_article_hook
  @anonymous_article_hook
end

#article_hooksObject

Returns the value of attribute article_hooks

Returns:

  • (Object)

    the current value of article_hooks



242
243
244
# File 'lib/term_utils/ap/result.rb', line 242

def article_hooks
  @article_hooks
end

#hookObject

Returns the value of attribute hook

Returns:

  • (Object)

    the current value of hook



242
243
244
# File 'lib/term_utils/ap/result.rb', line 242

def hook
  @hook
end