Class: Telegraphist::Model::GroupChat
- Inherits:
-
Telegraphist::Model
- Object
- Telegraphist::Model
- Telegraphist::Model::GroupChat
- Defined in:
- lib/telegraphist/model/group_chat.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/telegraphist/model/group_chat.rb', line 3 def id @id end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/telegraphist/model/group_chat.rb', line 3 def title @title end |