Method: Warframe::Models::ObjectifiedHash#inspect

Defined in:
lib/warframe/models/objectified_hash.rb

#inspectString

Returns Formatted string with the class name, object id and original hash.

Returns:

  • (String)

    Formatted string with the class name, object id and original hash.



38
39
40
# File 'lib/warframe/models/objectified_hash.rb', line 38

def inspect
  "#<#{self.class}:#{object_id} { data: #{data.inspect} }".gsub('\"', '')
end