Class: Phone::CallLogImporter::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/phone/call_log_importer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(total_call_logs: nil, total_call_log_events: nil, match_results: nil, start_time: nil, end_time: nil, messages: []) ⇒ Result

Returns a new instance of Result.



4
# File 'app/services/phone/call_log_importer.rb', line 4

def initialize(total_call_logs: nil, total_call_log_events: nil, match_results: nil, start_time: nil, end_time: nil, messages: []) = super

Instance Attribute Details

#end_timeObject (readonly)

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



3
4
5
# File 'app/services/phone/call_log_importer.rb', line 3

def end_time
  @end_time
end

#match_resultsObject (readonly)

Returns the value of attribute match_results

Returns:

  • (Object)

    the current value of match_results



3
4
5
# File 'app/services/phone/call_log_importer.rb', line 3

def match_results
  @match_results
end

#messagesObject (readonly)

Returns the value of attribute messages

Returns:

  • (Object)

    the current value of messages



3
4
5
# File 'app/services/phone/call_log_importer.rb', line 3

def messages
  @messages
end

#start_timeObject (readonly)

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



3
4
5
# File 'app/services/phone/call_log_importer.rb', line 3

def start_time
  @start_time
end

#total_call_log_eventsObject (readonly)

Returns the value of attribute total_call_log_events

Returns:

  • (Object)

    the current value of total_call_log_events



3
4
5
# File 'app/services/phone/call_log_importer.rb', line 3

def total_call_log_events
  @total_call_log_events
end

#total_call_logsObject (readonly)

Returns the value of attribute total_call_logs

Returns:

  • (Object)

    the current value of total_call_logs



3
4
5
# File 'app/services/phone/call_log_importer.rb', line 3

def total_call_logs
  @total_call_logs
end