Class: AliyunChatbot::Config
- Inherits:
-
Object
- Object
- AliyunChatbot::Config
- Defined in:
- lib/aliyun_chatbot/config.rb
Instance Attribute Summary collapse
-
#ak_id ⇒ Object
Returns the value of attribute ak_id.
-
#ak_secret ⇒ Object
Returns the value of attribute ak_secret.
Instance Attribute Details
#ak_id ⇒ Object
Returns the value of attribute ak_id.
21 22 23 |
# File 'lib/aliyun_chatbot/config.rb', line 21 def ak_id @ak_id end |
#ak_secret ⇒ Object
Returns the value of attribute ak_secret.
21 22 23 |
# File 'lib/aliyun_chatbot/config.rb', line 21 def ak_secret @ak_secret end |