class Patentscope::Configuration
Attributes
password[RW]
username[RW]
Public Class Methods
new()
click to toggle source
# File lib/patentscope/configuration.rb, line 34 def initialize @username = '' @password = '' end