Class: SwaggerYard::Tag
- Inherits:
-
Struct
- Object
- Struct
- SwaggerYard::Tag
- Defined in:
- lib/swagger_yard/api_group.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
2 3 4 |
# File 'lib/swagger_yard/api_group.rb', line 2 def description @description end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/swagger_yard/api_group.rb', line 2 def name @name end |