Class: Ari::BridgeBlindTransfer

Inherits:
Event show all
Defined in:
lib/ari/models/bridge_blind_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

#bridgeObject

Returns the value of attribute bridge.



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

def bridge
  @bridge
end

#channelObject

Returns the value of attribute channel.



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

def channel
  @channel
end

#contextObject (readonly)

Returns the value of attribute context.



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

def context
  @context
end

#extenObject (readonly)

Returns the value of attribute exten.



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

def exten
  @exten
end

#is_externalObject (readonly)

Returns the value of attribute is_external.



15
16
17
# File 'lib/ari/models/bridge_blind_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_blind_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_blind_transfer.rb', line 15

def result
  @result
end

#transfereeObject

Returns the value of attribute transferee.



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

def transferee
  @transferee
end