Method: Restforce::SObject#describe_layouts

Defined in:
lib/restforce/sobject.rb

#describe_layouts(layout_id = nil) ⇒ Object

Public: Describe layouts for this sobject type

[View source]

15
16
17
# File 'lib/restforce/sobject.rb', line 15

def describe_layouts(layout_id = nil)
  @client.describe_layouts(sobject_type, layout_id)
end