Class: Wso2Toolbox::Configuration
- Inherits:
-
Object
- Object
- Wso2Toolbox::Configuration
- Defined in:
- lib/wso2_toolbox/configuration.rb
Instance Attribute Summary collapse
-
#token_password ⇒ Object
Returns the value of attribute token_password.
-
#token_url ⇒ Object
Returns the value of attribute token_url.
-
#token_username ⇒ Object
Returns the value of attribute token_username.
Instance Attribute Details
#token_password ⇒ Object
Returns the value of attribute token_password.
5 6 7 |
# File 'lib/wso2_toolbox/configuration.rb', line 5 def token_password @token_password end |
#token_url ⇒ Object
Returns the value of attribute token_url.
5 6 7 |
# File 'lib/wso2_toolbox/configuration.rb', line 5 def token_url @token_url end |
#token_username ⇒ Object
Returns the value of attribute token_username.
5 6 7 |
# File 'lib/wso2_toolbox/configuration.rb', line 5 def token_username @token_username end |