Class: Patentscope::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



34
35
36
37
# File 'lib/patentscope/configuration.rb', line 34

def initialize
  @username = ''
  @password = ''
end

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



32
33
34
# File 'lib/patentscope/configuration.rb', line 32

def password
  @password
end

#usernameObject

Returns the value of attribute username.



32
33
34
# File 'lib/patentscope/configuration.rb', line 32

def username
  @username
end