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