lanej / zendesk2

Zendesk API V2 client using Cistern
http://lanej.io/zendesk2/
MIT License
25 stars 28 forks source link

Please add field_name and value attributes for audit_events #15

Open seemantk opened 11 years ago

seemantk commented 11 years ago
+  # @return [String] The name of the field that changed
+  attribute :field_name, type: :string
+  # @return [String] The value of the changed field
+  attribute :value, type: :string
+  # @return [String] The previous value of the changed field
+  attribute :previous_value, type: :string

This worked for me on local testing to provide the information from those attributes.