Class: ScaleChain::Configuration
- Inherits:
-
Object
- Object
- ScaleChain::Configuration
- Defined in:
- lib/scalechain/configuration.rb
Class Attribute Summary collapse
-
.BASE_URI ⇒ Object
Returns the value of attribute BASE_URI.
-
.o_auth_access_token ⇒ Object
Returns the value of attribute o_auth_access_token.
-
.o_auth_refresh_token ⇒ Object
Returns the value of attribute o_auth_refresh_token.
Class Attribute Details
.BASE_URI ⇒ Object
Returns the value of attribute BASE_URI.
16 17 18 |
# File 'lib/scalechain/configuration.rb', line 16 def BASE_URI @BASE_URI end |
.o_auth_access_token ⇒ Object
Returns the value of attribute o_auth_access_token.
18 19 20 |
# File 'lib/scalechain/configuration.rb', line 18 def o_auth_access_token @o_auth_access_token end |
.o_auth_refresh_token ⇒ Object
Returns the value of attribute o_auth_refresh_token.
19 20 21 |
# File 'lib/scalechain/configuration.rb', line 19 def o_auth_refresh_token @o_auth_refresh_token end |