Class: LinkedIn::Country
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from LinkedIn::Base
Instance Method Details
#code ⇒ Object
4 5 6 |
# File 'lib/linked_in/country.rb', line 4 def code @doc.xpath("/person/location/country/code").text end |