Class: Pechkin::Bot

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

Instance Attribute Summary collapse

Instance Attribute Details

#connectorObject

Returns the value of attribute connector

Returns:

  • (Object)

    the current value of connector



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

def connector
  @connector
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



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

def token
  @token
end