Class: GovDelivery::TMS::InboundSmsMessage

Inherits:
Object
  • Object
show all
Includes:
InstanceResource
Defined in:
lib/govdelivery/tms/resource/inbound_sms_message.rb

Instance Attribute Summary collapse

Attributes included from InstanceResource

#response

Method Summary

Methods included from InstanceResource

included

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



1
2
3
# File 'lib/govdelivery/tms/resource/inbound_sms_message.rb', line 1

def body
  @body
end

#command_statusObject (readonly)

Returns the value of attribute command_status.



1
2
3
# File 'lib/govdelivery/tms/resource/inbound_sms_message.rb', line 1

def command_status
  @command_status
end

#completed_atObject (readonly)

Returns the value of attribute completed_at.



1
2
3
# File 'lib/govdelivery/tms/resource/inbound_sms_message.rb', line 1

def completed_at
  @completed_at
end

#created_atObject (readonly)

Returns the value of attribute created_at.



1
2
3
# File 'lib/govdelivery/tms/resource/inbound_sms_message.rb', line 1

def created_at
  @created_at
end

#fromObject (readonly)

Returns the value of attribute from.



1
2
3
# File 'lib/govdelivery/tms/resource/inbound_sms_message.rb', line 1

def from
  @from
end

#toObject (readonly)

Returns the value of attribute to.



1
2
3
# File 'lib/govdelivery/tms/resource/inbound_sms_message.rb', line 1

def to
  @to
end