Method: OpenGraphReader::Object#properties

Defined in:
lib/open_graph_reader/object.rb

#properties{String => String, Object} (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Regular properties on this object

Returns:

  • ({String => String, Object})


31
32
33
# File 'lib/open_graph_reader/object.rb', line 31

def properties
  @properties
end