Class: Zanox::Item

Inherits:
Object
  • Object
show all
Includes:
Hashable
Defined in:
lib/zanox/resources/item.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Hashable

#to_hash

Constructor Details

#initializeItem

Returns a new instance of Item.

Raises:

  • (NotImplementedError)


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

Raises:

  • (NotImplementedError)


34
35
36
# File 'lib/zanox/resources/item.rb', line 34

def find(*args)
  raise NotImplementedError, '#find has not been implemented'
end