Class: Report::CallRecordingGaps::Gap
- Inherits:
-
Data
- Object
- Data
- Report::CallRecordingGaps::Gap
- 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
-
#call_log_event_id ⇒ Object
readonly
Returns the value of attribute call_log_event_id.
-
#cdr_call_id ⇒ Object
readonly
Returns the value of attribute cdr_call_id.
-
#direction ⇒ Object
readonly
Returns the value of attribute direction.
-
#duration ⇒ Object
readonly
Returns the value of attribute duration.
-
#duration_secs ⇒ Object
readonly
Returns the value of attribute duration_secs.
-
#extension ⇒ Object
readonly
Returns the value of attribute extension.
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#occurred_at ⇒ Object
readonly
Returns the value of attribute occurred_at.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#call_log_event_id ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute cdr_call_id
51 52 53 |
# File 'app/services/report/call_recording_gaps.rb', line 51 def cdr_call_id @cdr_call_id end |
#direction ⇒ Object (readonly)
Returns the value of attribute direction
51 52 53 |
# File 'app/services/report/call_recording_gaps.rb', line 51 def direction @direction end |
#duration ⇒ Object (readonly)
Returns the value of attribute duration
51 52 53 |
# File 'app/services/report/call_recording_gaps.rb', line 51 def duration @duration end |
#duration_secs ⇒ Object (readonly)
Returns the value of attribute duration_secs
51 52 53 |
# File 'app/services/report/call_recording_gaps.rb', line 51 def duration_secs @duration_secs end |
#extension ⇒ Object (readonly)
Returns the value of attribute extension
51 52 53 |
# File 'app/services/report/call_recording_gaps.rb', line 51 def extension @extension end |
#from ⇒ Object (readonly)
Returns the value of attribute from
51 52 53 |
# File 'app/services/report/call_recording_gaps.rb', line 51 def from @from end |
#occurred_at ⇒ Object (readonly)
Returns the value of attribute occurred_at
51 52 53 |
# File 'app/services/report/call_recording_gaps.rb', line 51 def occurred_at @occurred_at end |
#status ⇒ Object (readonly)
Returns the value of attribute status
51 52 53 |
# File 'app/services/report/call_recording_gaps.rb', line 51 def status @status end |
#to ⇒ Object (readonly)
Returns the value of attribute to
51 52 53 |
# File 'app/services/report/call_recording_gaps.rb', line 51 def to @to end |