Class: Patentscope::Configuration
- Inherits:
-
Object
- Object
- Patentscope::Configuration
- Defined in:
- lib/patentscope/configuration.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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
#password ⇒ Object
Returns the value of attribute password.
32 33 34 |
# File 'lib/patentscope/configuration.rb', line 32 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
32 33 34 |
# File 'lib/patentscope/configuration.rb', line 32 def username @username end |