Class: Pechkin::Channel

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

Instance Attribute Summary collapse

Instance Attribute Details

#chat_idsObject

Returns the value of attribute chat_ids

Returns:

  • (Object)

    the current value of chat_ids



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

def chat_ids
  @chat_ids
end

#connectorObject

Returns the value of attribute connector

Returns:

  • (Object)

    the current value of connector



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

def connector
  @connector
end

#messagesObject

Returns the value of attribute messages

Returns:

  • (Object)

    the current value of messages



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

def messages
  @messages
end