Class: Report::CallRecordingGaps::Gap

Inherits:
Data
  • Object
show all
Defined in:
app/services/report/call_recording_gaps.rb

Overview

A single connected call leg that should have a recording but isn't linked to
one. status is STATUS_ABSENT or STATUS_UNLINKED.

Instance Attribute Summary collapse

Instance Attribute Details

#call_log_event_idObject (readonly)

Returns the value of attribute call_log_event_id

Returns:

  • (Object)

    the current value of call_log_event_id



51
52
53
# File 'app/services/report/call_recording_gaps.rb', line 51

def call_log_event_id
  @call_log_event_id
end

#cdr_call_idObject (readonly)

Returns the value of attribute cdr_call_id

Returns:

  • (Object)

    the current value of cdr_call_id



51
52
53
# File 'app/services/report/call_recording_gaps.rb', line 51

def cdr_call_id
  @cdr_call_id
end

#directionObject (readonly)

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



51
52
53
# File 'app/services/report/call_recording_gaps.rb', line 51

def direction
  @direction
end

#durationObject (readonly)

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



51
52
53
# File 'app/services/report/call_recording_gaps.rb', line 51

def duration
  @duration
end

#duration_secsObject (readonly)

Returns the value of attribute duration_secs

Returns:

  • (Object)

    the current value of duration_secs



51
52
53
# File 'app/services/report/call_recording_gaps.rb', line 51

def duration_secs
  @duration_secs
end

#extensionObject (readonly)

Returns the value of attribute extension

Returns:

  • (Object)

    the current value of extension



51
52
53
# File 'app/services/report/call_recording_gaps.rb', line 51

def extension
  @extension
end

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



51
52
53
# File 'app/services/report/call_recording_gaps.rb', line 51

def from
  @from
end

#occurred_atObject (readonly)

Returns the value of attribute occurred_at

Returns:

  • (Object)

    the current value of occurred_at



51
52
53
# File 'app/services/report/call_recording_gaps.rb', line 51

def occurred_at
  @occurred_at
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



51
52
53
# File 'app/services/report/call_recording_gaps.rb', line 51

def status
  @status
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



51
52
53
# File 'app/services/report/call_recording_gaps.rb', line 51

def to
  @to
end