class Restforce::SObject

def describe

Public: Get the describe for this sobject type
def describe
  @client.describe(sobject_type)
end