Class: Dhis2::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end

#userObject

Returns the value of attribute user.



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

def user
  @user
end