Class: ConverserConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/motion/project/converser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ ConverserConfig

Returns a new instance of ConverserConfig.



8
9
10
# File 'lib/motion/project/converser.rb', line 8

def initialize(config)
  @config = config
end

Instance Attribute Details

#app_api_keyObject

Returns the value of attribute app_api_key.



6
7
8
# File 'lib/motion/project/converser.rb', line 6

def app_api_key
  @app_api_key
end

#frameworkObject

Returns the value of attribute framework.



6
7
8
# File 'lib/motion/project/converser.rb', line 6

def framework
  @framework
end

#server_urlObject

Returns the value of attribute server_url.



6
7
8
# File 'lib/motion/project/converser.rb', line 6

def server_url
  @server_url
end