Sha256: 496c4d537cfdd00e7e19a13015211d92dbde2a9ff65af112c331347b33eae73c
Contents?: true
Size: 570 Bytes
Versions: 3
Compression:
Stored size: 570 Bytes
Contents
module LinkedIn module API Dir[ File.expand_path('../api/**/*.rb', __FILE__) ].each { |f| require f } def self.included(base) base.send :include, LinkedIn::API::Authentication, LinkedIn::API::Companies, LinkedIn::API::Groups, LinkedIn::API::Invitation, LinkedIn::API::Jobs, LinkedIn::API::Messaging, LinkedIn::API::NetworkUpdates, LinkedIn::API::People end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
linkedin2-0.0.19 | lib/linkedin/api.rb |
linkedin2-0.0.18 | lib/linkedin/api.rb |
linkedin2-0.0.17 | lib/linkedin/api.rb |