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