Class: GustoEmbedded::Operations::Base

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/base.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(full_message: nil, message: nil, type: nil) ⇒ Base

Returns a new instance of Base.



23
24
25
26
27
# File 'lib/gusto_embedded/models/operations/base.rb', line 23

def initialize(full_message: nil, message: nil, type: nil)
  @full_message = full_message
  @message = message
  @type = type
end