Class: Kf5Api::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/kf5_api/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/kf5_api/configuration.rb', line 3

def password
  @password
end

#sub_domainObject

Returns the value of attribute sub_domain.



3
4
5
# File 'lib/kf5_api/configuration.rb', line 3

def sub_domain
  @sub_domain
end

#tokenObject

Returns the value of attribute token.



3
4
5
# File 'lib/kf5_api/configuration.rb', line 3

def token
  @token
end

#user_nameObject

Returns the value of attribute user_name.



3
4
5
# File 'lib/kf5_api/configuration.rb', line 3

def user_name
  @user_name
end