Class: Roseflow::OpenRouter::Operations::Base

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/roseflow/open_router/operations/base.rb

Direct Known Subclasses

Completion

Instance Method Summary collapse

Instance Method Details

#bodyObject



9
10
11
# File 'lib/roseflow/open_router/operations/base.rb', line 9

def body
  to_h.except(:path)
end