Class: Context

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_sdk/context.rb

Instance Method Summary collapse

Constructor Details

#initialize(user_key) ⇒ Context

Returns a new instance of Context.



2
3
4
# File 'lib/ruby_sdk/context.rb', line 2

def initialize(user_key)
  @user_key = user_key
end

Instance Method Details

#get_keyObject



6
7
8
# File 'lib/ruby_sdk/context.rb', line 6

def get_key()
  return @user_key
end