Sha256: ebd4a65e675c648af24706e165803c21887e4e6335c6282b94f20014cb6c91e2
Contents?: true
Size: 514 Bytes
Versions: 13
Compression:
Stored size: 514 Bytes
Contents
module TMS #:nodoc: # CommandAction object represent the results of Commands for a particular input (e.g. an incoming SMS message) # # This resource is read-only. # # ==== Attributes # # * +http_response_code+ - e.g. 200, 404, etc. # * +http_content_type+ - text/html, etc. # * +http_body+ - Request body (if it's <500 characters, otherwise it'll be nil) # class CommandAction include InstanceResource readonly_attributes :status, :content_type, :response_body, :created_at end end
Version data entries
13 entries across 13 versions & 2 rubygems