Class: Slappy::Configuration::Robot

Inherits:
Object
  • Object
show all
Defined in:
lib/slappy/configuration/robot.rb

Instance Attribute Summary collapse

Instance Attribute Details

#as_userObject

Returns the value of attribute as_user.



4
5
6
# File 'lib/slappy/configuration/robot.rb', line 4

def as_user
  @as_user
end

#botnameObject

Returns the value of attribute botname.



4
5
6
# File 'lib/slappy/configuration/robot.rb', line 4

def botname
  @botname
end

#channelObject

Returns the value of attribute channel.



4
5
6
# File 'lib/slappy/configuration/robot.rb', line 4

def channel
  @channel
end

#icon_emojiObject

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_urlObject

Returns the value of attribute icon_url.



4
5
6
# File 'lib/slappy/configuration/robot.rb', line 4

def icon_url
  @icon_url
end

#usernameObject

Returns the value of attribute username.



4
5
6
# File 'lib/slappy/configuration/robot.rb', line 4

def username
  @username
end