Class: SwaggerParser::Tag
- Inherits:
-
SourceBasedObject
- Object
- SourceBasedObject
- SwaggerParser::Tag
- Includes:
- Extendable, ExternalDocsAttributable
- Defined in:
- lib/swagger_parser/tag.rb
Instance Attribute Summary
Attributes inherited from SourceBasedObject
Instance Method Summary collapse
Methods included from ExternalDocsAttributable
Methods included from Extendable
Methods inherited from SourceBasedObject
Constructor Details
This class inherits a constructor from SwaggerParser::SourceBasedObject
Instance Method Details
#description ⇒ Object
11 12 13 |
# File 'lib/swagger_parser/tag.rb', line 11 def description source["description"] end |
#name ⇒ Object
16 17 18 |
# File 'lib/swagger_parser/tag.rb', line 16 def name source["name"] end |