Method: OpenGraphReader.config

Defined in:
lib/open_graph_reader.rb

.configConfiguration

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.

Get the current Configuration instance

Returns:



87
88
89
# File 'lib/open_graph_reader.rb', line 87

def self.config
  Configuration.instance
end