Class: RapidApi::Configuration
- Inherits:
-
Object
- Object
- RapidApi::Configuration
- Includes:
- Singleton
- Defined in:
- lib/rapid_api/configuration.rb
Instance Attribute Summary collapse
-
#auth_model ⇒ Object
Returns the value of attribute auth_model.
-
#model_adapter ⇒ Object
Returns the value of attribute model_adapter.
-
#response_codes ⇒ Object
Returns the value of attribute response_codes.
-
#serializer_adapter ⇒ Object
Returns the value of attribute serializer_adapter.
Instance Attribute Details
#auth_model ⇒ Object
Returns the value of attribute auth_model.
5 6 7 |
# File 'lib/rapid_api/configuration.rb', line 5 def auth_model @auth_model end |
#model_adapter ⇒ Object
Returns the value of attribute model_adapter.
5 6 7 |
# File 'lib/rapid_api/configuration.rb', line 5 def model_adapter @model_adapter end |
#response_codes ⇒ Object
Returns the value of attribute response_codes.
5 6 7 |
# File 'lib/rapid_api/configuration.rb', line 5 def response_codes @response_codes end |
#serializer_adapter ⇒ Object
Returns the value of attribute serializer_adapter.
5 6 7 |
# File 'lib/rapid_api/configuration.rb', line 5 def serializer_adapter @serializer_adapter end |