Class: Openapi3Parser::NodeFactory::ObjectFactory::Dsl::MutuallyExclusiveField
- Inherits:
-
Struct
- Object
- Struct
- Openapi3Parser::NodeFactory::ObjectFactory::Dsl::MutuallyExclusiveField
- Defined in:
- lib/openapi3_parser/node_factory/object_factory/dsl.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#required ⇒ Object
Returns the value of attribute required.
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields
9 10 11 |
# File 'lib/openapi3_parser/node_factory/object_factory/dsl.rb', line 9 def fields @fields end |
#required ⇒ Object
Returns the value of attribute required
9 10 11 |
# File 'lib/openapi3_parser/node_factory/object_factory/dsl.rb', line 9 def required @required end |