Class: Pechkin::Channel
- Inherits:
-
Struct
- Object
- Struct
- Pechkin::Channel
- Defined in:
- lib/pechkin/channel.rb
Instance Attribute Summary collapse
-
#chat_ids ⇒ Object
Returns the value of attribute chat_ids.
-
#connector ⇒ Object
Returns the value of attribute connector.
-
#messages ⇒ Object
Returns the value of attribute messages.
Instance Attribute Details
#chat_ids ⇒ Object
Returns the value of attribute chat_ids
2 3 4 |
# File 'lib/pechkin/channel.rb', line 2 def chat_ids @chat_ids end |
#connector ⇒ Object
Returns the value of attribute connector
2 3 4 |
# File 'lib/pechkin/channel.rb', line 2 def connector @connector end |
#messages ⇒ Object
Returns the value of attribute messages
2 3 4 |
# File 'lib/pechkin/channel.rb', line 2 def @messages end |