Class: DingSDK::Shared::Events

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/ding_sdk/models/shared/events.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initializeEvents

Returns a new instance of Events.



17
# File 'lib/ding_sdk/models/shared/events.rb', line 17

def initialize; end

Instance Method Details

#==(other) ⇒ Object



19
20
21
22
# File 'lib/ding_sdk/models/shared/events.rb', line 19

def ==(other)
  return false unless other.is_a? self.class
  true
end