Class: FantasticRobot::Model::Update

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

#attributes, #initialize, #to_h

Constructor Details

This class inherits a constructor from FantasticRobot::Model::Base

Instance Attribute Details

#messageObject

Returns the value of attribute message.



4
5
6
# File 'lib/fantastic_robot/model/update.rb', line 4

def message
  @message
end

#update_idObject

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