Class: IbmTools::People::Profile::Skills
- Defined in:
- lib/ibm_tools/people/profile/skills.rb
Instance Method Summary collapse
-
#initialize(query, token = nil) ⇒ Skills
constructor
A new instance of Skills.
- #results ⇒ Object
Constructor Details
#initialize(query, token = nil) ⇒ Skills
Returns a new instance of Skills.
8 9 10 11 |
# File 'lib/ibm_tools/people/profile/skills.rb', line 8 def initialize(query, token = nil) @token = token @response = HTTParty.get(uri(query: query), header: headers) end |
Instance Method Details
#results ⇒ Object
13 14 15 |
# File 'lib/ibm_tools/people/profile/skills.rb', line 13 def results search_results end |