class Restforce::Attachment
def Body
attachment = client.query('select Id, Name, Body from Attachment').first
Examples
Public: Returns the body of the attachment.
def Body ensure_id && ensure_body @client.get(super).body end
def Body ensure_id && ensure_body @client.get(super).body end