Class: Jsapi::Meta::RequestBody::Wrapper
- Inherits:
-
Model::Wrapper
- Object
- SimpleDelegator
- Model::Wrapper
- Jsapi::Meta::RequestBody::Wrapper
- Defined in:
- lib/jsapi/meta/request_body/wrapper.rb
Instance Attribute Summary
Attributes inherited from Model::Wrapper
Instance Method Summary collapse
Methods inherited from Model::Wrapper
Constructor Details
This class inherits a constructor from Jsapi::Meta::Model::Wrapper
Instance Method Details
#content_for(media_type) ⇒ Object
7 8 9 |
# File 'lib/jsapi/meta/request_body/wrapper.rb', line 7 def content_for(media_type) Content.wrap(super, definitions) end |