Method: EWS::Model#shallow?

Defined in:
lib/ews/model.rb

#shallow?Boolean

Returns:

  • (Boolean)

Raises:

  • (NotImplementedError)


11
12
13
# File 'lib/ews/model.rb', line 11

def shallow?
  raise NotImplementedError, "Each model must determine when it is shallow."
end