Class: Europeana::API::Configuration
- Inherits:
-
Object
- Object
- Europeana::API::Configuration
- Defined in:
- lib/europeana/api.rb
Instance Attribute Summary collapse
-
#parse_json_to ⇒ Object
Returns the value of attribute parse_json_to.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
83 84 85 |
# File 'lib/europeana/api.rb', line 83 def initialize @parse_json_to = Hash end |
Instance Attribute Details
#parse_json_to ⇒ Object
Returns the value of attribute parse_json_to.
81 82 83 |
# File 'lib/europeana/api.rb', line 81 def parse_json_to @parse_json_to end |