lib/seam/client.rb in seamapi-1.7.0 vs lib/seam/client.rb in seamapi-1.8.0

- old
+ new

@@ -22,9 +22,13 @@ def devices @devices ||= Seam::Clients::Devices.new(self) end + def unmanaged_devices + @unmanaged_devices ||= Seam::Clients::UnmanagedDevices.new(self) + end + def action_attempts @action_attempts ||= Seam::Clients::ActionAttempts.new(self) end def access_codes