Class: Pechkin::Bot

Inherits:
Struct
  • Object
show all
Defined in:
lib/pechkin/bot.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connectorObject

Returns the value of attribute connector



2
3
4
# File 'lib/pechkin/bot.rb', line 2

def connector
  @connector
end

#nameObject

Returns the value of attribute name



2
3
4
# File 'lib/pechkin/bot.rb', line 2

def name
  @name
end

#tokenObject

Returns the value of attribute token



2
3
4
# File 'lib/pechkin/bot.rb', line 2

def token
  @token
end