describe_sobject, query, root_url, set_headers, sobjects
4 5 6
# File 'lib/salesforce_connector/contact.rb', line 4 def self.get_first_hundred Contact.query('SELECT Name, Id from Contact LIMIT 100') end