lib/seam/resources/device.rb in seamapi-1.7.0 vs lib/seam/resources/device.rb in seamapi-1.8.0

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module Seam class Device < BaseResource - attr_accessor :device_id, :device_type, :properties + attr_accessor :device_id, :device_type, :properties, :connected_account_id, :workspace_id date_accessor :created_at include Seam::ResourceErrorsSupport include Seam::ResourceWarningsSupport