Method: Restforce::SObject#describe

Defined in:
lib/restforce/sobject.rb

#describeObject

Public: Get the describe for this sobject type

[View source]

10
11
12
# File 'lib/restforce/sobject.rb', line 10

def describe
  @client.describe(sobject_type)
end