Module: Histock::Fetch::CompanyProfile
- Included in:
- Histock::Fetch
- Defined in:
- lib/histock/simplefilter/fetch/company_profile.rb
Instance Method Summary collapse
Instance Method Details
#company_profile(code) ⇒ Object
4 5 6 7 |
# File 'lib/histock/simplefilter/fetch/company_profile.rb', line 4 def company_profile(code) params = {:no => code} parse(:query => __method__, :html => get('/profile.aspx', params)) end |