Class: DingSDK::Models::Shared::Events
- Inherits:
-
Object
- Object
- DingSDK::Models::Shared::Events
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/ding_sdk/models/shared/events.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ Events
constructor
A new instance of Events.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ Events
Returns a new instance of Events.
19 |
# File 'lib/ding_sdk/models/shared/events.rb', line 19 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
21 22 23 24 |
# File 'lib/ding_sdk/models/shared/events.rb', line 21 def ==(other) return false unless other.is_a? self.class true end |