Class: Telegraphist::Model::Update

Inherits:
Telegraphist::Model show all
Defined in:
lib/telegraphist/model/update.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message.



3
4
5
# File 'lib/telegraphist/model/update.rb', line 3

def message
  @message
end

#update_idObject

Returns the value of attribute update_id.



3
4
5
# File 'lib/telegraphist/model/update.rb', line 3

def update_id
  @update_id
end