Class: OpenAPIParser::Schemas::PathItem
- Includes:
- ParameterValidatable
- Defined in:
- lib/openapi_parser/schemas/classes.rb,
lib/openapi_parser/schemas/path_item.rb
Instance Attribute Summary
Attributes inherited from Base
#object_reference, #parent, #raw_schema, #root
Instance Method Summary collapse
Methods included from ParameterValidatable
#validate_path_params, #validate_request_parameter
Methods inherited from Base
#after_init, #initialize, #inspect
Methods included from Expandable
Methods included from Findable
#find_object, #purge_object_cache
Methods included from Parser
#_openapi_all_child_objects, #_update_child_object, included, #load_data
Constructor Details
This class inherits a constructor from OpenAPIParser::Schemas::Base
Instance Method Details
#operation(method) ⇒ Operation
14 15 16 |
# File 'lib/openapi_parser/schemas/path_item.rb', line 14 def operation(method) send(method) end |