Module: QVO::Configuration
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
Instance Method Summary collapse
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
5 6 7 |
# File 'lib/qvo/config.rb', line 5 def api_token @api_token end |
#base_url ⇒ Object
Returns the value of attribute base_url.
5 6 7 |
# File 'lib/qvo/config.rb', line 5 def base_url @base_url end |
Instance Method Details
#authorization ⇒ Object
8 9 10 |
# File 'lib/qvo/config.rb', line 8 def { Authorization: self.api_token } end |