# frozen_string_literal: true

#
class Phone
  attr_accessor :first_name, :second_name, :third_name
end