Class: Kf5Api::Configuration
- Inherits:
-
Object
- Object
- Kf5Api::Configuration
- Defined in:
- lib/kf5_api/configuration.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#sub_domain ⇒ Object
Returns the value of attribute sub_domain.
-
#token ⇒ Object
Returns the value of attribute token.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/kf5_api/configuration.rb', line 3 def password @password end |
#sub_domain ⇒ Object
Returns the value of attribute sub_domain.
3 4 5 |
# File 'lib/kf5_api/configuration.rb', line 3 def sub_domain @sub_domain end |
#token ⇒ Object
Returns the value of attribute token.
3 4 5 |
# File 'lib/kf5_api/configuration.rb', line 3 def token @token end |
#user_name ⇒ Object
Returns the value of attribute user_name.
3 4 5 |
# File 'lib/kf5_api/configuration.rb', line 3 def user_name @user_name end |