Class: Roseflow::OpenAI::Operations::Base
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Roseflow::OpenAI::Operations::Base
- Defined in:
- lib/roseflow/openai/operations/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#body ⇒ Object
11 12 13 |
# File 'lib/roseflow/openai/operations/base.rb', line 11 def body to_h.except(:path) end |