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