lib/hackerone/client/address.rb in hackerone-client-0.15.0 vs lib/hackerone/client/address.rb in hackerone-client-0.16.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module HackerOne module Client class Address delegate :name, :street, :city, :postal_code, :state, :country, \ :created_at, :tshirt_size, :phone_number, to: :attributes