Class: SauceNAO::Model::QueryResultOutput

Inherits:
Base
  • Object
show all
Defined in:
(ruby-saucenao 0.0.1) ruby-saucenao/model.rb

Constant Summary collapse

DEFINED_ATTRIBUTES =
{
  title: String,
  ext_urls: ->(uris){ uris.map(&URI.method(:parse)) },
}.freeze

Method Summary

Methods inherited from Base

#attribute_assign, attribute_keys, attribute_processors, #extras, #initialize, #inspect, #to_h

Constructor Details

This class inherits a constructor from SauceNAO::Model::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class SauceNAO::Model::Base