Class: Zanox::Item
- Inherits:
-
Object
- Object
- Zanox::Item
- Includes:
- Hashable
- Defined in:
- lib/zanox/resources/item.rb
Direct Known Subclasses
AdMedium, AdSpace, Product, ProgramApplication, Shop, TrackingCategory
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Item
constructor
A new instance of Item.
Methods included from Hashable
Constructor Details
#initialize ⇒ Item
Returns a new instance of Item.
29 30 31 |
# File 'lib/zanox/resources/item.rb', line 29 def initialize raise NotImplementedError, '#initialize has not been implemented' end |
Class Method Details
.find(*args) ⇒ Object
34 35 36 |
# File 'lib/zanox/resources/item.rb', line 34 def find(*args) raise NotImplementedError, '#find has not been implemented' end |