lib/tops_connect/client.rb in tops_connect-0.2.0 vs lib/tops_connect/client.rb in tops_connect-0.3.0

- old
+ new

@@ -2,9 +2,10 @@ module TopsConnect class Client include HTTParty include TopsConnect::Communities include TopsConnect::Owners + include TopsConnect::Properties attr_reader :community_id, :community_api_key headers 'Content-Type' => 'application/json' headers 'api-version' => '1'