Class: Ari::BridgeAttendedTransfer

Inherits:
Event show all
Defined in:
lib/ari/models/bridge_attended_transfer.rb

Instance Attribute Summary collapse

Attributes inherited from Event

#application, #timestamp

Method Summary

Methods inherited from Model

#attributes=, #initialize

Constructor Details

This class inherits a constructor from Ari::Model

Instance Attribute Details

#destination_applicationObject (readonly)

Returns the value of attribute destination_application.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def destination_application
  @destination_application
end

#destination_bridgeObject (readonly)

Returns the value of attribute destination_bridge.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def destination_bridge
  @destination_bridge
end

Returns the value of attribute destination_link_first_leg.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def destination_link_first_leg
  @destination_link_first_leg
end

Returns the value of attribute destination_link_second_leg.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def destination_link_second_leg
  @destination_link_second_leg
end

#destination_threeway_bridgeObject

Returns the value of attribute destination_threeway_bridge.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def destination_threeway_bridge
  @destination_threeway_bridge
end

#destination_threeway_channelObject

Returns the value of attribute destination_threeway_channel.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def destination_threeway_channel
  @destination_threeway_channel
end

#destination_typeObject (readonly)

Returns the value of attribute destination_type.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def destination_type
  @destination_type
end

#is_externalObject (readonly)

Returns the value of attribute is_external.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def is_external
  @is_external
end

#replace_channelObject

Returns the value of attribute replace_channel.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def replace_channel
  @replace_channel
end

#resultObject (readonly)

Returns the value of attribute result.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def result
  @result
end

#transfer_targetObject

Returns the value of attribute transfer_target.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def transfer_target
  @transfer_target
end

#transfereeObject

Returns the value of attribute transferee.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def transferee
  @transferee
end

#transferer_first_legObject

Returns the value of attribute transferer_first_leg.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def transferer_first_leg
  @transferer_first_leg
end

#transferer_first_leg_bridgeObject

Returns the value of attribute transferer_first_leg_bridge.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def transferer_first_leg_bridge
  @transferer_first_leg_bridge
end

#transferer_second_legObject

Returns the value of attribute transferer_second_leg.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def transferer_second_leg
  @transferer_second_leg
end

#transferer_second_leg_bridgeObject

Returns the value of attribute transferer_second_leg_bridge.



15
16
17
# File 'lib/ari/models/bridge_attended_transfer.rb', line 15

def transferer_second_leg_bridge
  @transferer_second_leg_bridge
end