Class: GrapeOpenapi3::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/grape_openapi3/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#infoObject

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



4
5
6
# File 'lib/grape_openapi3/config.rb', line 4

def info
  @info
end

#securityObject

Returns the value of attribute security

Returns:

  • (Object)

    the current value of security



4
5
6
# File 'lib/grape_openapi3/config.rb', line 4

def security
  @security
end

#security_schemesObject

Returns the value of attribute security_schemes

Returns:

  • (Object)

    the current value of security_schemes



4
5
6
# File 'lib/grape_openapi3/config.rb', line 4

def security_schemes
  @security_schemes
end

#serversObject

Returns the value of attribute servers

Returns:

  • (Object)

    the current value of servers



4
5
6
# File 'lib/grape_openapi3/config.rb', line 4

def servers
  @servers
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



4
5
6
# File 'lib/grape_openapi3/config.rb', line 4

def tags
  @tags
end