Class: CommandTower::Messaging::Contract::Results::CommunicationResult

Inherits:
Data
  • Object
show all
Defined in:
app/services/command_tower/messaging/contract/results/communication_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



7
8
9
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7

def body
  @body
end

#channel_deliveriesObject (readonly)

Returns the value of attribute channel_deliveries

Returns:

  • (Object)

    the current value of 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_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of 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_planObject (readonly)

Returns the value of attribute destination_plan

Returns:

  • (Object)

    the current value of destination_plan



7
8
9
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7

def destination_plan
  @destination_plan
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7

def id
  @id
end

#inbox_itemObject (readonly)

Returns the value of attribute inbox_item

Returns:

  • (Object)

    the current value of inbox_item



7
8
9
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7

def inbox_item
  @inbox_item
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



7
8
9
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7

def 
  @metadata
end

#notification_type_keyObject (readonly)

Returns the value of attribute notification_type_key

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute recipient_id

Returns:

  • (Object)

    the current value of recipient_id



7
8
9
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7

def recipient_id
  @recipient_id
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



7
8
9
# File 'app/services/command_tower/messaging/contract/results/communication_result.rb', line 7

def title
  @title
end