Module: TrickSerial::Serializer::CgiSession::SessionSerializer

Defined in:
lib/trick_serial/serializer/cgi_session.rb

Overview

Hacks to get access to Session.new_session.

Instance Attribute Summary collapse

Instance Attribute Details

#new_session=(value) ⇒ Object (writeonly)

Sets the attribute new_session

Parameters:

  • value

    the value to set the attribute new_session to.



135
136
137
# File 'lib/trick_serial/serializer/cgi_session.rb', line 135

def new_session=(value)
  @new_session = value
end

#session_id=(value) ⇒ Object (writeonly)

Sets the attribute session_id

Parameters:

  • value

    the value to set the attribute session_id to.



135
136
137
# File 'lib/trick_serial/serializer/cgi_session.rb', line 135

def session_id=(value)
  @session_id = value
end