class Gitlab::ObjectifiedHash

def to_hash

Returns:
  • (Hash) - The original hash.
def to_hash
  @hash
end