Method: MicrosoftGraph::BaseEntity#fetch
- Defined in:
- lib/microsoft_graph/base_entity.rb
#fetch ⇒ Object
51 52 53 54 |
# File 'lib/microsoft_graph/base_entity.rb', line 51 def fetch @persisted = true initialize_serialized_properties(graph.service.get(path)[:attributes]) end |