Class: InContact::Responses::CallListResponse

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/incontact/responses/call_list_response.rb

Instance Method Summary collapse

Instance Method Details

#call_listObject



4
5
6
7
8
# File 'lib/incontact/responses/call_list_response.rb', line 4

def call_list
  @call_lists ||= self["callingLists"].map do |call_list|
    InContact::Models::CallList.new(call_list)
  end
end