Method: SecQuery::SecURI#initialize
- Defined in:
- lib/sec_query/sec_uri.rb
#initialize ⇒ SecURI
Returns a new instance of SecURI.
82 83 84 85 86 |
# File 'lib/sec_query/sec_uri.rb', line 82 def initialize self.host = 'www.sec.gov' self.scheme = 'https' self.path = 'cgi-bin' end |