lib/rock_rms/response/base.rb in rock_rms-8.1.0 vs lib/rock_rms/response/base.rb in rock_rms-8.2.0
- old
+ new
@@ -3,9 +3,10 @@
class Base
attr_reader :data
BASE_MAPPING = {
id: 'Id',
+ guid: 'Guid',
created_date_time: 'CreatedDateTime',
modified_date_time: 'ModifiedDateTime',
attributes: 'Attributes',
attribute_values: 'AttributeValues'
}.freeze