Method: Restforce::SObject#describe
- Defined in:
- lib/restforce/sobject.rb
permalink #describe ⇒ Object
Public: Get the describe for this sobject type
10 11 12 |
# File 'lib/restforce/sobject.rb', line 10 def describe @client.describe(sobject_type) end |