Class: SwaggerYard::Tag

Inherits:
Struct
  • Object
show all
Defined in:
lib/swagger_yard/api_group.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



2
3
4
# File 'lib/swagger_yard/api_group.rb', line 2

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/swagger_yard/api_group.rb', line 2

def name
  @name
end