Method: WebAgent::Cookie#discard=

Defined in:
lib/httpclient/webagent-cookie.rb

#discard=(value) ⇒ Object (writeonly)

Sets the attribute discard

Parameters:

  • value

    the value to set the attribute discard to.



59
60
61
# File 'lib/httpclient/webagent-cookie.rb', line 59

def discard=(value)
  @discard = value
end