Class: Chargify::ProductFamily

Inherits:
Base show all
Defined in:
lib/chargify_api_ares.rb

Class Method Summary collapse

Methods inherited from Base

element_name, #to_xml

Methods inherited from ActiveResource::Base

#save

Class Method Details

.find_by_handle(handle, attributes = {}) ⇒ Object



230
231
232
# File 'lib/chargify_api_ares.rb', line 230

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