Skip to content

Instantly share code, notes, and snippets.

@wycats
Created July 30, 2008 19:35
Show Gist options
  • Save wycats/3310 to your computer and use it in GitHub Desktop.
Save wycats/3310 to your computer and use it in GitHub Desktop.
>> Salesforce::SelfServiceUser.get!('0057000000172YTAAY')
Query Object: #<DataMapper::Query @repository=:salesforce @model=Salesforce::SelfServiceUser @fields=[#<Property:Salesforce::SelfServiceUser:id>, #<Property:Salesforce::SelfServiceUser:username>] @links=[] @conditions=[] @order=[] @limit=1 @offset=0 @reload=false @unique=false>
Result: #<Salesforce::SelfServiceUser username="brian@thinkarete.com" id="03570000000hzJZAAY">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment