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.



42
43
44
45
# File 'lib/patentscope/configuration.rb', line 42

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

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



40
41
42
# File 'lib/patentscope/configuration.rb', line 40

def password
  @password
end

#usernameObject

Returns the value of attribute username.



40
41
42
# File 'lib/patentscope/configuration.rb', line 40

def username
  @username
end