Class: SwaggerParser::ExternalDocumentation
- Inherits:
-
SourceBasedObject
- Object
- SourceBasedObject
- SwaggerParser::ExternalDocumentation
- Defined in:
- lib/swagger_parser/external_documentation.rb
Instance Attribute Summary
Attributes inherited from SourceBasedObject
Instance Method Summary collapse
Methods inherited from SourceBasedObject
Constructor Details
This class inherits a constructor from SwaggerParser::SourceBasedObject
Instance Method Details
#description ⇒ Object
6 7 8 |
# File 'lib/swagger_parser/external_documentation.rb', line 6 def description source["description"] end |
#url ⇒ Object
11 12 13 |
# File 'lib/swagger_parser/external_documentation.rb', line 11 def url source["url"] end |