Class Gitlab::ObjectifiedHash
In: lib/gitlab/objectified_hash.rb
Parent: Object

Converts hashes to the objects.

Methods

Public Class methods

Creates a new ObjectifiedHash object.

Public Instance methods

@return [String] Formatted string with the class name, object id and original hash.

to_h()

Alias for to_hash

@return [Hash] The original hash.

[Validate]