Class: EasyqaApi::Configuration
- Inherits:
-
Object
- Object
- EasyqaApi::Configuration
- Defined in:
- lib/easyqa_api/configuration.rb
Class Attribute Summary collapse
-
.api_version ⇒ Object
Returns the value of attribute api_version.
-
.url ⇒ Object
Returns the value of attribute url.
Class Method Summary collapse
Class Attribute Details
.api_version ⇒ Object
Returns the value of attribute api_version.
4 5 6 |
# File 'lib/easyqa_api/configuration.rb', line 4 def api_version @api_version end |
.url ⇒ Object
Returns the value of attribute url.
4 5 6 |
# File 'lib/easyqa_api/configuration.rb', line 4 def url @url end |
Class Method Details
.api_path ⇒ Object
6 7 8 |
# File 'lib/easyqa_api/configuration.rb', line 6 def api_path "/api/v#{@api_version}/" end |