Class: Ari::Dial

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

#callerObject

Returns the value of attribute caller.



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

def caller
  @caller
end

#dialstatusObject (readonly)

Returns the value of attribute dialstatus.



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

def dialstatus
  @dialstatus
end

#dialstringObject (readonly)

Returns the value of attribute dialstring.



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

def dialstring
  @dialstring
end

#forwardObject (readonly)

Returns the value of attribute forward.



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

def forward
  @forward
end

#forwardedObject

Returns the value of attribute forwarded.



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

def forwarded
  @forwarded
end

#peerObject

Returns the value of attribute peer.



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

def peer
  @peer
end