Class: Pinch::Configuration
- Inherits:
-
Object
- Object
- Pinch::Configuration
- Defined in:
- lib/pinch/configuration.rb
Class Attribute Summary collapse
-
.base_uri ⇒ Object
Returns the value of attribute base_uri.
-
.x_api_email ⇒ Object
Returns the value of attribute x_api_email.
-
.x_api_token ⇒ Object
Returns the value of attribute x_api_token.
Class Attribute Details
.base_uri ⇒ Object
Returns the value of attribute base_uri.
16 17 18 |
# File 'lib/pinch/configuration.rb', line 16 def base_uri @base_uri end |
.x_api_email ⇒ Object
Returns the value of attribute x_api_email.
18 19 20 |
# File 'lib/pinch/configuration.rb', line 18 def x_api_email @x_api_email end |
.x_api_token ⇒ Object
Returns the value of attribute x_api_token.
17 18 19 |
# File 'lib/pinch/configuration.rb', line 17 def x_api_token @x_api_token end |