Class: Redox::Request::Notes
- Inherits:
-
Object
- Object
- Redox::Request::Notes
- Defined in:
- lib/redox/request/notes.rb
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.create(model, meta: Redox::Models::Meta.new) ⇒ Object
6 7 8 9 |
# File 'lib/redox/request/notes.rb', line 6 def self.create(model, meta: Redox::Models::Meta.new) = CREATE_META.merge() return Redox::Models::Model.from_response((RedoxClient.connection.request(body: Redox::Request.build_body(model, )))) end |