Method: ForestLiana::ResourceDeserializer#perform

Defined in:
app/deserializers/forest_liana/resource_deserializer.rb

#performObject



9
10
11
12
13
14
15
# File 'app/deserializers/forest_liana/resource_deserializer.rb', line 9

def perform
  @attributes = extract_attributes
  extract_relationships
  extract_paperclip

  @attributes
end