Class: Jsapi::Meta::RequestBody::Wrapper

Inherits:
Model::Wrapper
  • Object
show all
Defined in:
lib/jsapi/meta/request_body/wrapper.rb

Instance Attribute Summary

Attributes inherited from Model::Wrapper

#definitions

Instance Method Summary collapse

Methods inherited from Model::Wrapper

#==, #initialize, #inspect

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