Class: CommandTower::Messaging::Contract::Results::CommunicationResult
- Inherits:
-
Data
- Object
- Data
- CommandTower::Messaging::Contract::Results::CommunicationResult
- Defined in:
- app/services/command_tower/messaging/contract/results/communication_result.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#channel_deliveries ⇒ Object
readonly
Returns the value of attribute channel_deliveries.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#destination_plan ⇒ Object
readonly
Returns the value of attribute destination_plan.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#inbox_item ⇒ Object
readonly
Returns the value of attribute inbox_item.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#notification_type_key ⇒ Object
readonly
Returns the value of attribute notification_type_key.
-
#recipient_id ⇒ Object
readonly
Returns the value of attribute recipient_id.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7 def body @body end |
#channel_deliveries ⇒ Object (readonly)
Returns the value of attribute channel_deliveries
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7 def channel_deliveries @channel_deliveries end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7 def created_at @created_at end |
#destination_plan ⇒ Object (readonly)
Returns the value of attribute destination_plan
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7 def destination_plan @destination_plan end |
#id ⇒ Object (readonly)
Returns the value of attribute id
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7 def id @id end |
#inbox_item ⇒ Object (readonly)
Returns the value of attribute inbox_item
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7 def inbox_item @inbox_item end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7 def @metadata end |
#notification_type_key ⇒ Object (readonly)
Returns the value of attribute notification_type_key
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7 def notification_type_key @notification_type_key end |
#recipient_id ⇒ Object (readonly)
Returns the value of attribute recipient_id
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7 def recipient_id @recipient_id end |
#title ⇒ Object (readonly)
Returns the value of attribute title
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7 def title @title end |