Class: Textmagic::REST::ChatMessage
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Textmagic::REST::ChatMessage
- Defined in:
- lib/textmagic-ruby/rest/chats.rb
Overview
A Chat Message resource.
@id
@direction
@sender
@message_time
@text
@receiver
@deleted
@user_id
@status
@total
@first_name
@last_name
Instance Method Summary collapse
Methods inherited from InstanceResource
#initialize, #inspect, #load_attributes
Methods included from Utils
#key_map, #resource, #to_camel_case, #to_underscore_case
Constructor Details
This class inherits a constructor from Textmagic::REST::InstanceResource
Instance Method Details
#refresh ⇒ Object
142 143 144 |
# File 'lib/textmagic-ruby/rest/chats.rb', line 142 def refresh raise '`refresh` method is not supported for this resource.' end |