Module: DHS::Proxy::Accessors

Extended by:
ActiveSupport::Concern
Included in:
DHS::Proxy
Defined in:
lib/dhs/concerns/proxy/accessors.rb

Constant Summary collapse

BLACKLISTED_KEYWORDS =

Keywords that would not be forwarded via method missing FIXME: Extend the set of keywords

%w(new proxy_association).freeze

Instance Method Summary collapse

Instance Method Details

#clear_cache!Object



15
16
17
# File 'lib/dhs/concerns/proxy/accessors.rb', line 15

def clear_cache!
  @cache = nil
end