Method: Cisco::Client#cache_auto=

Defined in:
lib/cisco_node_utils/client/client.rb

#cache_auto=(value) ⇒ Object (writeonly)

Sets the attribute cache_auto

Parameters:

  • value

    the value to set the attribute cache_auto to.



151
152
153
# File 'lib/cisco_node_utils/client/client.rb', line 151

def cache_auto=(value)
  @cache_auto = value
end