Class: Pbx::Call

Inherits:
Data
  • Object
show all
Defined in:
lib/pbx/call.rb

Instance Attribute Summary collapse

Instance Attribute Details

#caller_idObject (readonly)

Returns the value of attribute caller_id

Returns:

  • (Object)

    the current value of caller_id



4
5
6
# File 'lib/pbx/call.rb', line 4

def caller_id
  @caller_id
end

#caller_nameObject (readonly)

Returns the value of attribute caller_name

Returns:

  • (Object)

    the current value of caller_name



4
5
6
# File 'lib/pbx/call.rb', line 4

def caller_name
  @caller_name
end

#channelObject (readonly)

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



4
5
6
# File 'lib/pbx/call.rb', line 4

def channel
  @channel
end

#connected_toObject (readonly)

Returns the value of attribute connected_to

Returns:

  • (Object)

    the current value of connected_to



4
5
6
# File 'lib/pbx/call.rb', line 4

def connected_to
  @connected_to
end

#dialplan_appObject (readonly)

Returns the value of attribute dialplan_app

Returns:

  • (Object)

    the current value of dialplan_app



4
5
6
# File 'lib/pbx/call.rb', line 4

def dialplan_app
  @dialplan_app
end

#dialplan_extenObject (readonly)

Returns the value of attribute dialplan_exten

Returns:

  • (Object)

    the current value of dialplan_exten



4
5
6
# File 'lib/pbx/call.rb', line 4

def dialplan_exten
  @dialplan_exten
end

#heldObject (readonly)

Returns the value of attribute held

Returns:

  • (Object)

    the current value of held



4
5
6
# File 'lib/pbx/call.rb', line 4

def held
  @held
end

#outcomeObject (readonly)

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



4
5
6
# File 'lib/pbx/call.rb', line 4

def outcome
  @outcome
end

#started_atObject (readonly)

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



4
5
6
# File 'lib/pbx/call.rb', line 4

def started_at
  @started_at
end

#stateObject (readonly)

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



4
5
6
# File 'lib/pbx/call.rb', line 4

def state
  @state
end

#uniqueidObject (readonly)

Returns the value of attribute uniqueid

Returns:

  • (Object)

    the current value of uniqueid



4
5
6
# File 'lib/pbx/call.rb', line 4

def uniqueid
  @uniqueid
end