Class: FantasticRobot::Model::Update
- Defined in:
- lib/fantastic_robot/model/update.rb
Constant Summary collapse
- FIELD_CONVERSIONS =
Field conversions of this model
{ message: FantasticRobot::Model::Message }
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#update_id ⇒ Object
Returns the value of attribute update_id.
Method Summary
Methods inherited from Base
#attributes, #initialize, #to_h
Constructor Details
This class inherits a constructor from FantasticRobot::Model::Base
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
4 5 6 |
# File 'lib/fantastic_robot/model/update.rb', line 4 def end |
#update_id ⇒ Object
Returns the value of attribute update_id.
4 5 6 |
# File 'lib/fantastic_robot/model/update.rb', line 4 def update_id @update_id end |