Method: OCI::DataSafe::Models::AuditEventCollection#to_hash

Defined in:
lib/oci/data_safe/models/audit_event_collection.rb

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



118
119
120
121
122
123
124
125
126
127
# File 'lib/oci/data_safe/models/audit_event_collection.rb', line 118

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = public_method(attr).call
    next if value.nil? && !instance_variable_defined?("@#{attr}")

    hash[param] = _to_hash(value)
  end
  hash
end