Class: Mozenda::Response::CollectionAddItem

Inherits:
Base
  • Object
show all
Defined in:
lib/mozenda/response/collection_add_item.rb

Instance Attribute Summary

Attributes inherited from Base

#response

Instance Method Summary collapse

Methods inherited from Base

#initialize, #name, #success?, #to_h, #to_xml, #valid?

Constructor Details

This class inherits a constructor from Mozenda::Response::Base

Instance Method Details

#item_idObject



4
5
6
# File 'lib/mozenda/response/collection_add_item.rb', line 4

def item_id
  body_hash["ItemID"]
end