Class: ConverserConfig
- Inherits:
-
Object
- Object
- ConverserConfig
- Defined in:
- lib/motion/project/converser.rb
Instance Attribute Summary collapse
-
#app_api_key ⇒ Object
Returns the value of attribute app_api_key.
-
#framework ⇒ Object
Returns the value of attribute framework.
-
#server_url ⇒ Object
Returns the value of attribute server_url.
Instance Method Summary collapse
-
#initialize(config) ⇒ ConverserConfig
constructor
A new instance of ConverserConfig.
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_key ⇒ Object
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 |
#framework ⇒ Object
Returns the value of attribute framework.
6 7 8 |
# File 'lib/motion/project/converser.rb', line 6 def framework @framework end |
#server_url ⇒ Object
Returns the value of attribute server_url.
6 7 8 |
# File 'lib/motion/project/converser.rb', line 6 def server_url @server_url end |