Class: RswagSchemaExport::Configuration
- Inherits:
-
Object
- Object
- RswagSchemaExport::Configuration
- Defined in:
- lib/rswag_schema_export/configuration.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#schemas ⇒ Object
Returns the value of attribute schemas.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 |
# File 'lib/rswag_schema_export/configuration.rb', line 5 def initialize @client = :aws end |
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
3 4 5 |
# File 'lib/rswag_schema_export/configuration.rb', line 3 def client @client end |
#schemas ⇒ Object
Returns the value of attribute schemas.
3 4 5 |
# File 'lib/rswag_schema_export/configuration.rb', line 3 def schemas @schemas end |