Module: Fulcrum::Actions::Find

Extended by:
ActiveSupport::Concern
Included in:
Changeset, ChoiceList, ClassificationSet, Form, Layer, MediaResource, Project, Record, Webhook
Defined in:
lib/fulcrum/actions/find.rb

Instance Method Summary collapse

Instance Method Details

#find(id) ⇒ Object



6
7
8
# File 'lib/fulcrum/actions/find.rb', line 6

def find(id)
  call(:get, member(id))[resource_name]
end