Repository URL to install this package:
| 
          
        
        Version: 
           
    
          0.9.16  ▾
        
   | 
# frozen_string_literal: true
module ActionSprout
  module Facebook
    class PublicPostData
      kwattr :posts, :metrics
    end
  end
end