Class: Rtcl::Configuration
- Inherits:
-
Object
- Object
- Rtcl::Configuration
- Defined in:
- lib/rtcl/configuration.rb
Instance Attribute Summary collapse
-
#base_api_controller ⇒ Object
Returns the value of attribute base_api_controller.
-
#base_controller ⇒ Object
Returns the value of attribute base_controller.
-
#supported_tags ⇒ Object
Returns the value of attribute supported_tags.
Instance Attribute Details
#base_api_controller ⇒ Object
Returns the value of attribute base_api_controller.
4 5 6 |
# File 'lib/rtcl/configuration.rb', line 4 def base_api_controller @base_api_controller end |
#base_controller ⇒ Object
Returns the value of attribute base_controller.
3 4 5 |
# File 'lib/rtcl/configuration.rb', line 3 def base_controller @base_controller end |
#supported_tags ⇒ Object
Returns the value of attribute supported_tags.
5 6 7 |
# File 'lib/rtcl/configuration.rb', line 5 def @supported_tags end |