Class: Slappy::Configuration::Robot
- Inherits:
-
Object
- Object
- Slappy::Configuration::Robot
- Defined in:
- lib/slappy/configuration/robot.rb
Instance Attribute Summary collapse
-
#as_user ⇒ Object
Returns the value of attribute as_user.
-
#botname ⇒ Object
Returns the value of attribute botname.
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#icon_emoji ⇒ Object
Returns the value of attribute icon_emoji.
-
#icon_url ⇒ Object
Returns the value of attribute icon_url.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#as_user ⇒ Object
Returns the value of attribute as_user.
4 5 6 |
# File 'lib/slappy/configuration/robot.rb', line 4 def as_user @as_user end |
#botname ⇒ Object
Returns the value of attribute botname.
4 5 6 |
# File 'lib/slappy/configuration/robot.rb', line 4 def botname @botname end |
#channel ⇒ Object
Returns the value of attribute channel.
4 5 6 |
# File 'lib/slappy/configuration/robot.rb', line 4 def channel @channel end |
#icon_emoji ⇒ Object
Returns the value of attribute icon_emoji.
4 5 6 |
# File 'lib/slappy/configuration/robot.rb', line 4 def icon_emoji @icon_emoji end |
#icon_url ⇒ Object
Returns the value of attribute icon_url.
4 5 6 |
# File 'lib/slappy/configuration/robot.rb', line 4 def icon_url @icon_url end |
#username ⇒ Object
Returns the value of attribute username.
4 5 6 |
# File 'lib/slappy/configuration/robot.rb', line 4 def username @username end |