Class: Chargify::Product

Inherits:
Base
  • Object
show all
Defined in:
lib/chargify_api_ares/resources/product.rb

Class Method Summary collapse

Methods inherited from Base

element_name, #to_xml

Class Method Details

.find_by_handle(handle) ⇒ Object



3
4
5
# File 'lib/chargify_api_ares/resources/product.rb', line 3

def self.find_by_handle(handle)
  find(:one, :from => :lookup, :params => {:handle => handle})
end