Class: ActionView::LookupContext::DetailsKey
- Defined in:
- actionview/lib/action_view/lookup_context.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#hash ⇒ Object
(also: #object_hash)
readonly
Returns the value of attribute hash.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ DetailsKey
constructor
A new instance of DetailsKey.
Constructor Details
#initialize ⇒ DetailsKey
Returns a new instance of DetailsKey.
72 73 74 |
# File 'actionview/lib/action_view/lookup_context.rb', line 72 def initialize @hash = object_hash end |
Instance Attribute Details
#hash ⇒ Object (readonly) Also known as: object_hash
Returns the value of attribute hash
61 62 63 |
# File 'actionview/lib/action_view/lookup_context.rb', line 61 def hash @hash end |