Method: OData4::Service::Response::JSON#parse_entity

Defined in:
lib/odata4/service/response/json.rb

#parse_entity(entity_json, entity_options) ⇒ Object



5
6
7
# File 'lib/odata4/service/response/json.rb', line 5

def parse_entity(entity_json, entity_options)
  OData4::Entity.from_json(entity_json, entity_options)
end