Class: Replyr::Config
- Inherits:
-
Object
- Object
- Replyr::Config
- Defined in:
- lib/replyr/config.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#user_class ⇒ Object
Returns the value of attribute user_class.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
3 4 5 |
# File 'lib/replyr/config.rb', line 3 def host @host end |
#prefix ⇒ Object
Returns the value of attribute prefix.
3 4 5 |
# File 'lib/replyr/config.rb', line 3 def prefix @prefix end |
#secret ⇒ Object
Returns the value of attribute secret.
3 4 5 |
# File 'lib/replyr/config.rb', line 3 def secret @secret end |
#user_class ⇒ Object
Returns the value of attribute user_class.
3 4 5 |
# File 'lib/replyr/config.rb', line 3 def user_class @user_class end |