Class: Update
- Inherits:
-
Object
- Object
- Update
- Defined in:
- lib/telegramObjects.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#update_id ⇒ Object
Returns the value of attribute update_id.
Instance Method Summary collapse
-
#initialize(json) ⇒ Update
constructor
A new instance of Update.
Constructor Details
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
2 3 4 |
# File 'lib/telegramObjects.rb', line 2 def @message end |
#update_id ⇒ Object
Returns the value of attribute update_id.
2 3 4 |
# File 'lib/telegramObjects.rb', line 2 def update_id @update_id end |