lib/seam/client.rb in seamapi-1.2.0 vs lib/seam/client.rb in seamapi-1.3.0

- old
+ new

@@ -42,9 +42,13 @@ def workspaces @workspaces ||= Seam::Clients::Workspaces.new(self) end + def events + @events ||= Seam::Clients::Events.new(self) + end + def request_seam_object(method, path, klass, inner_object, config = {}) response = request_seam(method, path, config) data = response[inner_object]