class Ittybit::Error
def initialize(message: OMIT, additional_properties: nil)
-
(Ittybit::Error)
-
Parameters:
-
additional_properties
(OpenStruct
) -- Additional properties unmapped to the current class definition -
message
(String
) --
def initialize(message: OMIT, additional_properties: nil) @message = message if message != OMIT @additional_properties = additional_properties @_field_set = { "message": message }.reject do |_k, v| v == OMIT end end