Class: SauceNAO::Model::QueryHeader

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

Constant Summary collapse

DEFINED_ATTRIBUTES =
{
  user_id: Integer,
  account_type: Integer,
  short_limit: Integer,
  long_limit: Integer,
  short_remaining: Integer,
  long_remaining: Integer,
  status: Integer,
  results_requested: Integer,
  
  index: nil,
  search_depth: Integer,
  minimum_similarity: Integer,
  query_image_display: URI,
  query_image: String,
  results_returned: Integer,
}.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