Class: GrapeOpenapi3::Config
- Inherits:
-
Struct
- Object
- Struct
- GrapeOpenapi3::Config
- Defined in:
- lib/grape_openapi3/config.rb
Instance Attribute Summary collapse
-
#info ⇒ Object
Returns the value of attribute info.
-
#security ⇒ Object
Returns the value of attribute security.
-
#security_schemes ⇒ Object
Returns the value of attribute security_schemes.
-
#servers ⇒ Object
Returns the value of attribute servers.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Attribute Details
#info ⇒ Object
Returns the value of attribute info
4 5 6 |
# File 'lib/grape_openapi3/config.rb', line 4 def info @info end |
#security ⇒ Object
Returns the value of attribute security
4 5 6 |
# File 'lib/grape_openapi3/config.rb', line 4 def security @security end |
#security_schemes ⇒ Object
Returns the value of attribute security_schemes
4 5 6 |
# File 'lib/grape_openapi3/config.rb', line 4 def security_schemes @security_schemes end |
#servers ⇒ Object
Returns the value of attribute servers
4 5 6 |
# File 'lib/grape_openapi3/config.rb', line 4 def servers @servers end |
#tags ⇒ Object
Returns the value of attribute tags
4 5 6 |
# File 'lib/grape_openapi3/config.rb', line 4 def @tags end |