Method: OpenGraphReader.config
- Defined in:
- lib/open_graph_reader.rb
.config ⇒ Configuration
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
87 88 89 |
# File 'lib/open_graph_reader.rb', line 87 def self.config Configuration.instance end |