Class: Rasti::App::Session

Inherits:
Object
  • Object
show all
Defined in:
lib/rasti/app/session.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Session

Returns a new instance of Session.



8
9
10
# File 'lib/rasti/app/session.rb', line 8

def initialize(options)
  @options = options
end

Instance Attribute Details

#job_idObject

Returns the value of attribute job_id.



6
7
8
# File 'lib/rasti/app/session.rb', line 6

def job_id
  @job_id
end

#userObject (readonly)

Returns the value of attribute user.



5
6
7
# File 'lib/rasti/app/session.rb', line 5

def user
  @user
end