Class: SauceNAO::Model::Base
- Inherits:
-
Object
- Object
- SauceNAO::Model::Base
- Defined in:
- (ruby-saucenao 0.0.1) ruby-saucenao/model.rb
Direct Known Subclasses
Constant Summary collapse
- DEFINED_ATTRIBUTES =
%i(
Class Method Summary collapse
Instance Method Summary collapse
- #attribute_assign(attr, value) ⇒ Object
- #extras ⇒ Object
-
#initialize(data, **xdata) ⇒ Base
constructor
A new instance of Base.
- #inspect ⇒ Object
- #to_h ⇒ Object (also: #to_hash, #as_json)
Constructor Details
#initialize(data, **xdata) ⇒ Base
Returns a new instance of Base.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method