Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
require "j_api_agent/content_parser/parser_base"
module JApiAgent::ContentParser
  class Article < ParserBase
    attr_accessor :title,:author,:published_date, :comments, :summary, :image,
      :tags, :content,:url, :source_name,:source_url, :platform, :video

  end
end