lib/eventbrite_sdk/attendee.rb in eventbrite_sdk-3.1.1 vs lib/eventbrite_sdk/attendee.rb in eventbrite_sdk-3.1.2

- old
+ new

@@ -16,11 +16,11 @@ boolean 'cancelled' boolean 'checked_in' integer 'quantity' string 'profile' string 'costs' - datetime 'created', read_only: true - datetime 'changed', read_only: true + utc 'created', read_only: true + utc 'changed', read_only: true string 'resource_uri', read_only: true end end end