Class: Chargify::Customer

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_reference(reference) ⇒ Object



85
86
87
# File 'lib/chargify_api_ares.rb', line 85

def self.find_by_reference(reference)
  Customer.new get(:lookup, :reference => reference)
end