Sha256: 0d1349a66ceaa9a2d1abc78de5ec50ce09e3fa6b5f45a9c372f8ba99a09f919a

Contents?: true

Size: 297 Bytes

Versions: 3

Compression:

Stored size: 297 Bytes

Contents

module Rainmaker
  class Client
    module Person
      # Returns extended information for a given email
      #
       def person(email)
        response = get('person', :email => email)
        format.to_s.downcase == 'xml' ? response['person'] : response
      end
  	end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rainmaker-0.1.3 lib/rainmaker/client/person.rb
rainmaker-0.1.1 lib/rainmaker/client/person.rb
rainmaker-0.0.1 lib/rainmaker/client/person.rb