Class: Skype::Chat
- Inherits:
-
Object
- Object
- Skype::Chat
- Defined in:
- lib/skype/chat.rb
Class Attribute Summary collapse
-
.chats ⇒ Object
Returns the value of attribute chats.
Instance Attribute Summary collapse
-
#chatname ⇒ Object
readonly
Returns the value of attribute chatname.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(chatname) ⇒ Chat
constructor
A new instance of Chat.
- #send_message(message) ⇒ Object
Constructor Details
#initialize(chatname) ⇒ Chat
Returns a new instance of Chat.
20 21 22 |
# File 'lib/skype/chat.rb', line 20 def initialize(chatname) @chatname = chatname end |
Class Attribute Details
.chats ⇒ Object
Returns the value of attribute chats.
6 7 8 |
# File 'lib/skype/chat.rb', line 6 def chats @chats end |
Instance Attribute Details
#chatname ⇒ Object (readonly)
Returns the value of attribute chatname.
18 19 20 |
# File 'lib/skype/chat.rb', line 18 def chatname @chatname end |