Class: LinkedIn::Base
- Inherits:
-
Object
- Object
- LinkedIn::Base
- Defined in:
- lib/linked_in/base.rb
Direct Known Subclasses
ApiStandardProfileRequest, Birthdate, Company, Connections, Country, CurrentShare, Education, Error, Group, ImAccount, Languages, Likes, Location, Network, Patents, People, PhoneNumber, Position, Profile, Publications, Recommendations, ShortProfile, Skill, TwitterAccount, Update, UrlResource
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(doc) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(doc) ⇒ Base
8 9 10 |
# File 'lib/linked_in/base.rb', line 8 def initialize(doc) @doc = doc end |
Class Method Details
.from_xml(doc) ⇒ Object
4 5 6 |
# File 'lib/linked_in/base.rb', line 4 def self.from_xml(doc) new(Nokogiri::XML(doc)) end |